|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
ControlEventHandler
AptEventHandler
public class AptEventHandler
The AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata
Constructor Summary | |
---|---|
AptEventHandler(ControlEvent event,
MethodDeclaration handlerDecl,
AnnotationProcessorEnvironment env)
Constructs a new AptEventHandler instance 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 ControlEventHandler |
---|
getEvent |
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 AptEventHandler(ControlEvent event, MethodDeclaration handlerDecl, AnnotationProcessorEnvironment env)
event
- the handled ControlEventhandlerDecl
- the handler method declarationenv
- the annotation processing environmentMethod 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 |