Interface | Description |
---|---|
AccessNodeInterface |
This interface captures Java access modifiers.
|
CanSuppressWarnings | |
CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
CompilationUnit |
Marker interface for root nodes of the AST of compilation units in source files.
|
Dimensionable | |
JavaNode | |
JavaParserConstants |
Token literal values and constants.
|
JavaParserTreeConstants | |
JavaParserVisitor | |
Node | |
TypeNode |
This interface allows a Java Class to be associtated with a node.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
TokenMgrError |
Token Manager Error.
|