|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a parameter to a method. For more information about parameters see section 8.4.1 of the Java Language Specification.
Method Summary | |
int |
getModifiers()
Returns the Java language modifiers for this parameter encoded in an integer. |
java.lang.String |
getName()
Returns the name of this parameter. |
JotType |
getType()
Returns the type of this parameter. |
Method Detail |
public JotType getType()
int a[]
,
then the type returned will be int[]
.public java.lang.String getName()
public int getModifiers()
The modifier encodings are defined in The Java Virtual Machine Specification, table 4.1.
Modifier
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |