|
Jalopy 1.0b10 | ||||||||
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.CLASS
Represents a class declaration. |
static DeclarationType |
DeclarationType.INTERFACE
Represents an interface declaration. |
static DeclarationType |
DeclarationType.VARIABLE
Represents an instance variable declaration. |
static DeclarationType |
DeclarationType.INIT
Represents an instance initializer. |
static DeclarationType |
DeclarationType.CTOR
Represents a constructor declaration. |
static DeclarationType |
DeclarationType.METHOD
Represents a method declaration. |
static DeclarationType |
DeclarationType.STATIC_VARIABLE_INIT
Represents a static variable declaration or initializer. |
Methods in de.hunsicker.jalopy.language that return DeclarationType | |
static DeclarationType |
DeclarationType.valueOf(String name)
Returns the declaration type of the given abreviation. |
|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |