|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
ControlOperation
AptOperation
public class AptOperation
The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
Constructor Summary | |
---|---|
AptOperation(AptControlInterface controlIntf,
MethodDeclaration methodDecl,
AnnotationProcessorEnvironment env)
Constructs a new ControlOperation instance where interface information is derived from APT metadata |
Method Summary | |
---|---|
String |
getArgDecl()
Returns the method argument declaration |
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 method |
ArrayList |
getThrowsList()
Returns an ArrayList containing the list of thrown exceptions |
Methods inherited from class ControlOperation |
---|
getControlInterface, getMethodField, init, setIndex |
Methods inherited from class GenMethod |
---|
getArgList, getDefaultReturnValue |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptOperation(AptControlInterface controlIntf, MethodDeclaration methodDecl, AnnotationProcessorEnvironment env)
controlIntf
- the declaring ControlInterfaceoperMethod
- the Method associated with the operationMethod Detail |
---|
public String getName()
GenMethod
getName
in class GenMethod
public String getArgDecl()
GenMethod
getArgDecl
in class GenMethod
public String getArgList(boolean quoteDelimit)
GenMethod
getArgList
in class GenMethod
public String getArgTypes()
GenMethod
getArgTypes
in class GenMethod
public String getReturnType()
GenMethod
getReturnType
in class GenMethod
public String getThrowsClause()
GenMethod
getThrowsClause
in class GenMethod
public ArrayList getThrowsList()
GenMethod
getThrowsList
in class GenMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |