Interface SourceCode

    • Field Detail

      • DEFAULT_COMPILER_PHASE

        static final int DEFAULT_COMPILER_PHASE
    • Method Detail

      • line

        String line​(int lineNumber)
      • getAst

        org.codehaus.groovy.ast.ModuleNode getAst()
      • getAstCompilerPhase

        int getAstCompilerPhase()
      • getLineNumberForCharacterIndex

        int getLineNumberForCharacterIndex​(int charIndex)
      • isValid

        boolean isValid()
      • getMethodCallExpressions

        Map<org.codehaus.groovy.ast.ClassNode,​List<org.codehaus.groovy.ast.expr.MethodCallExpression>> getMethodCallExpressions()