Package | Description |
---|---|
de.hunsicker.jalopy.language |
Contains all classes related to the task of language recognition and processing.
|
Modifier and Type | Field and Description |
---|---|
static DeclarationType |
DeclarationType.CLASS
Represents a class declaration.
|
static DeclarationType |
DeclarationType.CTOR
Represents a constructor 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.
|
Modifier and Type | Method and Description |
---|---|
static DeclarationType |
DeclarationType.valueOf(java.lang.String name)
Returns the declaration type of the given abreviation.
|
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013