public interface SourceCode
Modifier and Type | Method and 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 © 2022. All rights reserved.