Class | Description |
---|---|
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. |
ImportDeclaration |
An import declaration.
|
Node |
Base class for all nodes of the abstract syntax tree.
|
NodeList<N extends Node> |
A list of nodes.
|
PackageDeclaration |
A package declaration.
|
Enum | Description |
---|---|
AccessSpecifier |
Access specifier.
|
Modifier |
One of the modifiers known in Java.
|
Node.ObserverRegistrationMode |
Different registration mode for observers on nodes.
|
Copyright © 2007–2016. All rights reserved.