ArrayType |
This class represents an Java array type.
|
ClassDeclaration |
This class represents an Java class declaration.
|
ClassDefinition |
This class is a Java class definition
WARNING: The contents of this source file are not part of any
supported API.
|
ClassFile |
Abstract class to represent a class file.
|
ClassPath |
This class is used to represent a class path, which can contain both
directories and zip files.
|
ClassPathEntry |
A class path entry, which can either be a directory or an open zip file or an open jimage filesystem.
|
ClassType |
This class represents an Java class type.
|
DirClassPathEntry |
|
Environment |
This class defines the environment for a compilation.
|
FileClassFile |
This class is used to represent a file loaded from the class path, and
is a regular file.
|
Identifier |
A class to represent identifiers.
|
IdentifierToken |
Information about the occurrence of an identifier.
|
ImportEnvironment |
|
Imports |
This class describes the classes and packages imported
from a source file.
|
JrtClassPathEntry |
|
MemberDefinition |
This class defines a member of a Java class:
a variable, a method, or an inner class.
|
MethodSet |
The MethodSet structure is used to store methods for a class.
|
MethodType |
This class represents an Java method type.
|
Package |
This class is used to represent the classes in a package.
|
Parser |
This class is used to parse Java statements and expressions.
|
PathClassFile |
This class is used to represent a file loaded from the class path, and
is represented by nio Path.
|
Scanner |
A Scanner for Java tokens.
|
ScannerInputReader |
An input stream for java programs.
|
Type |
This class represents an Java Type.
|
ZipClassFile |
This class is used to represent a file loaded from the class path, and
is a zip file entry.
|
ZipClassPathEntry |
|