Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
javax.ide.model.java.source.tree |
The Java AST.
|
Modifier and Type | Method and Description |
---|---|
abstract MemberT |
TreeFactory.textToMember(java.lang.String text)
Attempts to create a member with the given text.
|
Modifier and Type | Method and Description |
---|---|
ClassBodyT |
TreeFactory.createClassBody(MemberT member)
Creates a class body.
|
abstract ClassBodyT |
TreeFactory.createClassBody(MemberT[] members)
Creates a class body.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassInitializerT
A static or instance initializer block for a class.
|
interface |
ClassT
A type declaration.
|
interface |
EnumConstantT
A field (or enum constant) variable.
|
interface |
FieldDeclT
A field (or enum constant) declaration.
|
interface |
FieldVariableT
A field (or enum constant) variable.
|
interface |
MemberVariableT
A field (or enum constant) variable.
|
interface |
MethodT
A method or constructor declaration.
|
Modifier and Type | Field and Description |
---|---|
static MemberT[] |
MemberT.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
MemberT |
ClassT.getOwningMember()
Gets the owning member declaration, null if none.
|