|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeclarationType | |
---|---|
de.hunsicker.jalopy.language | Contains all classes related to the task of language recognition and processing. |
Uses of DeclarationType in de.hunsicker.jalopy.language |
---|
Fields in de.hunsicker.jalopy.language declared as DeclarationType | |
---|---|
static DeclarationType |
DeclarationType.ANNOTATION
Represents an ANNOTATION declaration. |
static DeclarationType |
DeclarationType.CLASS
Represents a class declaration. |
static DeclarationType |
DeclarationType.CTOR
Represents a constructor declaration. |
static DeclarationType |
DeclarationType.ENUM
Represents an ENUM declaration. |
static DeclarationType |
DeclarationType.INIT
Represents an instance initializer. |
static DeclarationType |
DeclarationType.INTERFACE
Represents an interface declaration. |
static DeclarationType |
DeclarationType.METHOD
Represents a method declaration. |
static DeclarationType |
DeclarationType.STATIC_VARIABLE_INIT
Represents a static variable declaration or initializer. |
static DeclarationType |
DeclarationType.VARIABLE
Represents an instance variable declaration. |
Methods in de.hunsicker.jalopy.language that return DeclarationType | |
---|---|
static DeclarationType |
DeclarationType.valueOf(java.lang.String name)
Returns the declaration type of the given abreviation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |