Class JavaCodeAnalyzer.JavaParseResult<T extends org.eclipse.jdt.core.dom.ASTNode>

  • Enclosing class:
    JavaCodeAnalyzer

    @Accessors(PUBLIC_GETTER)
    public static final class JavaCodeAnalyzer.JavaParseResult<T extends org.eclipse.jdt.core.dom.ASTNode>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaParseResult​(java.lang.String javaCode, int type, java.util.List<T> nodes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJavaCode()  
      java.util.List<T> getNodes()  
      int getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaParseResult

        public JavaParseResult​(java.lang.String javaCode,
                               int type,
                               java.util.List<T> nodes)
    • Method Detail

      • getJavaCode

        @Pure
        public java.lang.String getJavaCode()
      • getNodes

        @Pure
        public java.util.List<T> getNodes()
      • getType

        @Pure
        public int getType()