AbstractSourceCode
, CustomCompilerPhaseSourceDecorator
, SourceFile
, SourceString
public interface SourceCode
Modifier and Type | Field | Description |
---|---|---|
static int |
DEFAULT_COMPILER_PHASE |
Modifier and Type | Method | Description |
---|---|---|
org.codehaus.groovy.ast.ModuleNode |
getAst() |
|
int |
getAstCompilerPhase() |
|
int |
getLineNumberForCharacterIndex(int charIndex) |
|
List<String> |
getLines() |
|
Map<org.codehaus.groovy.ast.ClassNode,List<org.codehaus.groovy.ast.expr.MethodCallExpression>> |
getMethodCallExpressions() |
|
String |
getName() |
|
String |
getPath() |
|
SuppressionAnalyzer |
getSuppressionAnalyzer() |
|
String |
getText() |
|
boolean |
isValid() |
|
String |
line(int lineNumber) |
SuppressionAnalyzer getSuppressionAnalyzer()
String getName()
String getPath()
String getText()
String line(int lineNumber)
org.codehaus.groovy.ast.ModuleNode getAst()
int getAstCompilerPhase()
int getLineNumberForCharacterIndex(int charIndex)
boolean isValid()
Copyright © 2019. All rights reserved.