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 ModifierType |
ModifierType.ABSTRACT
Represents the abstract modifier.
|
static ModifierType |
ModifierType.FINAL
Represents the final modifier.
|
static ModifierType |
ModifierType.NATIVE
Represents the native modifier.
|
static ModifierType |
ModifierType.PRIVATE
Represents the private modifier.
|
static ModifierType |
ModifierType.PROTECTED
Represents the protected modifier.
|
static ModifierType |
ModifierType.PUBLIC
Represents the public modifier.
|
static ModifierType |
ModifierType.STATIC
Represents the static modifier.
|
static ModifierType |
ModifierType.STRICTFP
Represents the strictfp modifier.
|
static ModifierType |
ModifierType.SYNCHRONIZED
Represents the synchronized modifier.
|
static ModifierType |
ModifierType.TRANSIENT
Represents the transient modifier.
|
static ModifierType |
ModifierType.VOLATILE
Represents the volatile modifier.
|
Modifier and Type | Method and Description |
---|---|
static ModifierType |
ModifierType.valueOf(java.lang.String name)
Returns the modifier type for the given name.
|
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013