class |
JAnnotationArrayMember |
Represents an arrays as annotation members
|
class |
JAnnotationUse |
Represents an annotation on a program element.
|
class |
JAnnotationValue |
Things that can be values of an annotation element.
|
class |
JArray |
array creation and initialization.
|
class |
JAssignment |
Assignment statements, which are also expressions.
|
class |
JBlock |
A block of Java code, which may contain statements and local declarations.
|
class |
JCatchBlock |
Catch block for a try/catch/finally statement
|
class |
JClass |
Represents a Java reference type, such as a class, an interface,
an enum, an array type, a parameterized type.
|
class |
JDefinedClass |
A generated Java class/interface/enum/....
|
class |
JDocComment |
JavaDoc comment.
|
class |
JEnumConstant |
Enum Constant.
|
class |
JExpressionImpl |
|
class |
JFieldRef |
Field Reference
|
class |
JFieldVar |
|
class |
JInvocation |
JMethod invocation
|
class |
JMods |
Modifier groups.
|
class |
JNullType |
Special class object that represents the type of "null".
|
class |
JPackage |
A Java package.
|
class |
JPrimitiveType |
Java built-in primitive types.
|
class |
JStringLiteral |
String literal.
|
class |
JType |
A representation of a type in codeModel.
|
class |
JTypeVar |
Type variable used to declare generics.
|
class |
JVar |
Variables and fields.
|