|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodType | |
de.hunsicker.jalopy.language | Contains all classes related to the task of language recognition and processing. |
Uses of MethodType in de.hunsicker.jalopy.language |
Fields in de.hunsicker.jalopy.language declared as MethodType | |
static MethodType |
MethodType.GETTER
Represents a Java Bean accessor. |
static MethodType |
MethodType.SETTER
Represents a Java Bean mutator. |
static MethodType |
MethodType.TESTER
Represents a Java Bean accessor/tester. |
static MethodType |
MethodType.OTHER
Represents an ordinary Java method. |
Methods in de.hunsicker.jalopy.language that return MethodType | |
static MethodType |
MethodType.valueOf(String name)
Returns the method type of the given method name. |
|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |