|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
AptMethodHelper
public class AptMethodHelper
The AptMethodHelper class is a helper class that knows how to generate useful information such as argument declarations, argument lists, return type info, etc from a MethodDeclaration
Method Summary | |
---|---|
String |
getArgDecl()
Returns the argument declaration of the operation |
String |
getArgList(boolean quoteDelimit)
Returns the the method argument names, in a comma separated list |
String |
getArgTypes()
Returns the the method argument classes, in a comma separated list |
String |
getName()
Returns the name of the method |
String |
getReturnType()
Returns the return type name of the method |
String |
getThrowsClause()
Returns the throws clause of the operation |
ArrayList |
getThrowsList()
Returns an ArrayList of thrown exceptions |
Methods inherited from class GenMethod |
---|
getArgList, getDefaultReturnValue |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
getName
in class GenMethod
public String getArgDecl()
getArgDecl
in class GenMethod
public String getArgList(boolean quoteDelimit)
getArgList
in class GenMethod
public String getArgTypes()
getArgTypes
in class GenMethod
public String getReturnType()
GenMethod
getReturnType
in class GenMethod
public String getThrowsClause()
getThrowsClause
in class GenMethod
public ArrayList getThrowsList()
getThrowsList
in class GenMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |