Modifier and Type | Interface and Description |
---|---|
interface |
JAnonymousClassDef
An anonymous class definition.
|
interface |
JAssignableExpr
An expression which is assignable (that is, is a valid "lvalue").
|
interface |
JBlock
A block of code, to which statements may be added.
|
interface |
JCatch
A
catch branch for a try block. |
interface |
JClassDef
A type definition, which can be a class, interface, annotation type, etc.
|
interface |
JClassDefSection
A section of a class definition, to which members, comments, and blank lines may be added.
|
interface |
JDocCommentable
A program element which can have a documentation tag associated with it.
|
interface |
JEnumConstant
An enum constant definition.
|
interface |
JFor
A
for loop. |
interface |
JIf
An
if statement. |
interface |
JMethodDef
A method or constructor definition.
|
interface |
JPackageInfoFile
A
package-info.java file definition. |
interface |
JSourceFile
A source file.
|
interface |
JStatement
A statement in a program.
|
interface |
JSwitch
A
switch statement. |
interface |
JTry
A
try block. |
interface |
JVarDeclaration
A variable declaration.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.