|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaMethod
A meta method.
Method Summary | |
---|---|
List<String> |
getAnnotations()
Gets a list of this out type's annotations. |
List<OutType> |
getExceptions()
Gets a list of Exceptions this method can throw. |
String |
getName()
Get this method's name. |
OutType |
getOutReturnType()
Get this method's Out return type. |
List<MetaParam> |
getParameters()
Get a list of this method's parameters. |
void |
setName(String toSet)
Set this method's name. |
Method Detail |
---|
OutType getOutReturnType()
List<MetaParam> getParameters()
String getName()
void setName(String toSet)
toSet
- This method's name.List<OutType> getExceptions()
List<String> getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |