|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.glaivestone.javax.execution.AbstractEvaluableAction | +--com.glaivestone.javax.execution.BlockContext
Abstract superclass for block expression action implementations.
Concrete expression subclasses must implement the evaluationExpression
method to supply the expression. A block expression is typically
implemented as an anonymous inner class.
Field Summary |
Fields inherited from class com.glaivestone.javax.execution.AbstractEvaluableAction |
CONTINUABLE_HANDLER, DEFAULT_HANDLER, EMPTY_ARGS, EMPTY_PARM_TYPES, PROPAGATING_HANDLER, TERMINATING_HANDLER |
Method Summary | |
java.lang.String |
getName()
Answer the name which describes the expression. |
java.lang.String |
getSelector()
Answer the name of the action. |
java.lang.String |
toString()
Answer a string describing this action. |
Methods inherited from class com.glaivestone.javax.execution.AbstractEvaluableAction |
evaluate, evaluate, evaluate, evaluate, getArguments, getNumberOfArguments, getOriginalException, getReceiver, setArguments, setExceptionHandler |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public java.lang.String getSelector()
getSelector
in interface EvaluableAction
getSelector
in class AbstractEvaluableAction
EvaluableAction.getSelector()
public java.lang.String toString()
toString
in class java.lang.Object
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |