| Interface | Description |
|---|---|
| DocumentableNode |
Node which can be documented through a Javadoc comment.
|
| NamedNode |
A node having a name.
|
| NodeWithModifiers |
A Node with Modifiers.
|
| TypedNode |
A node having a type.
|
| Class | Description |
|---|---|
| CompilationUnit |
This class represents the entire compilation unit.
|
| ImportDeclaration |
This class represents a import declaration or an empty import declaration.
|
| Node |
Abstract class for all nodes of the AST.
|
| PackageDeclaration |
This class represents the package declaration.
|
| TypeArguments | |
| TypeParameter |
This class represents the declaration of a generics argument.
|
| Enum | Description |
|---|---|
| AccessSpecifier |
Access specifier.
|
Copyright © 2007–2016. All rights reserved.