|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifierType | |
de.hunsicker.jalopy.language | Contains all classes related to the task of language recognition and processing. |
Uses of ModifierType in de.hunsicker.jalopy.language |
Fields in de.hunsicker.jalopy.language declared as ModifierType | |
static ModifierType |
ModifierType.PUBLIC
Represents the public modifier. |
static ModifierType |
ModifierType.PROTECTED
Represents the protected modifier. |
static ModifierType |
ModifierType.PRIVATE
Represents the private modifier. |
static ModifierType |
ModifierType.STATIC
Represents the static modifier. |
static ModifierType |
ModifierType.FINAL
Represents the final modifier. |
static ModifierType |
ModifierType.TRANSIENT
Represents the transient modifier. |
static ModifierType |
ModifierType.NATIVE
Represents the native modifier. |
static ModifierType |
ModifierType.ABSTRACT
Represents the abstract modifier. |
static ModifierType |
ModifierType.SYNCHRONIZED
Represents the synchronized modifier. |
static ModifierType |
ModifierType.VOLATILE
Represents the volatile modifier. |
static ModifierType |
ModifierType.STRICTFP
Represents the strictfp modifier. |
Methods in de.hunsicker.jalopy.language that return ModifierType | |
static ModifierType |
ModifierType.valueOf(String name)
Returns the modifier type for the given name. |
|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |