Class and Description |
---|
CompilationUnit
This class represents the entire compilation unit.
|
ImportDeclaration
This class represents a import declaration or an empty import declaration.
|
Class and Description |
---|
AccessSpecifier
Access specifier.
|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
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.
|
ImportDeclaration
This class represents a import declaration or an empty import declaration.
|
Modifier |
Node
Abstract class for all nodes of the AST.
|
PackageDeclaration
This class represents the package declaration.
|
UserDataKey
A key to a piece of user data associated with a
Node at runtime. |
Class and Description |
---|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
Modifier |
Node
Abstract class for all nodes of the AST.
|
Class and Description |
---|
Node
Abstract class for all nodes of the AST.
|
Class and Description |
---|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
ArrayCreationLevel
In
new int[1][2]; there are two ArrayCreationLevel objects,
the first one contains the expression "1",
the second the expression "2". |
Modifier |
Node
Abstract class for all nodes of the AST.
|
Class and Description |
---|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
Modifier |
Class and Description |
---|
Modifier |
Node
Abstract class for all nodes of the AST.
|
Class and Description |
---|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
Node
Abstract class for all nodes of the AST.
|
Class and Description |
---|
ArrayBracketPair
In, for example,
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a. |
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.
|
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.
|
Class and Description |
---|
Node
Abstract class for all nodes of the AST.
|
Copyright © 2007–2016. All rights reserved.