Package | Description |
---|---|
oracle.javatools.parser.java.v2.model |
The parser model API.
|
Modifier and Type | Method and Description |
---|---|
SourceToken |
SourceFile.getTokenAt(int offset)
Get the token with startOffset <= offset and endOffset >= offset.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SourceToken> |
SourceElement.getTokens()
Get the tokens of this SourceElement.
|