|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hyper9.simdk.codegen.impls.MetaMethodImpl
public class MetaMethodImpl
A meta method.
| Constructor Summary | |
|---|---|
MetaMethodImpl()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaMethodImpl()
| Method Detail |
|---|
public String getName()
MetaMethod
getName in interface MetaMethodpublic OutType getOutReturnType()
MetaMethod
getOutReturnType in interface MetaMethodpublic void setName(String toSet)
MetaMethod
setName in interface MetaMethodtoSet - This method's name.public List<MetaParam> getParameters()
MetaMethod
getParameters in interface MetaMethodpublic List<OutType> getExceptions()
MetaMethod
getExceptions in interface MetaMethodpublic List<String> getAnnotations()
MetaMethod
getAnnotations in interface MetaMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||