|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodList
Interface for lists of methods.
| Method Summary | |
|---|---|
Method |
get(int n)
Get the nth method. |
boolean |
isMutable()
Get whether this instance is mutable. |
int |
size()
Get the number of methods in the list. |
| Method Detail |
|---|
boolean isMutable()
MethodList interface itself doesn't provide any means
of mutation, but that doesn't mean that there isn't a non-interface
way of mutating an instance.
true iff this instance is somehow mutableint size()
Method get(int n)
nth method.
n - n >= 0, n < size(); which method
non-null; the method in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||