Class | Description |
---|---|
ArrayBracketPair | Deprecated
will be removed in 3.0
|
ArrayCreationLevel |
In
new int[1][2]; there are two ArrayCreationLevel objects,
the first one contains the expression "1",
the second the expression "2". |
CompilationUnit |
This class represents the entire compilation unit.
|
DataKey<T> |
A key to a piece of user data associated with a
Node at runtime. |
Node |
Abstract class for all nodes of the AST.
|
NodeList<N extends Node> |
A list of nodes.
|
PackageDeclaration |
This class represents the package declaration.
|
Enum | Description |
---|---|
AccessSpecifier |
Access specifier.
|
Modifier | |
Node.ObserverRegistrationMode |
Different registration mode for observers on nodes.
|
Copyright © 2007–2016. All rights reserved.