AbstractSourceCode, SourceFile, SourceStringpublic interface SourceCode
| Modifier and Type | Method | Description |
|---|---|---|
org.codehaus.groovy.ast.ModuleNode |
getAst() |
|
int |
getLineNumberForCharacterIndex(int charIndex) |
|
List |
getLines() |
|
String |
getName() |
|
String |
getPath() |
|
String |
getText() |
|
boolean |
isValid() |
|
String |
line(int lineNumber) |
String getName()
String getPath()
String getText()
List getLines()
String line(int lineNumber)
org.codehaus.groovy.ast.ModuleNode getAst()
boolean isValid()
int getLineNumberForCharacterIndex(int charIndex)
Copyright © 2019. All rights reserved.