private abstract class Rule.ExceptionAction extends java.lang.Object implements RuleListElement
RuleListElement interface.| Modifier | Constructor and Description |
|---|---|
private |
ExceptionAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Termination hook to allow resources to be cleaned up when this object
is about to go out of service.
|
boolean |
hasType(int type)
Returns whether the enclosing rule's type matches the specified
type.
|
boolean |
isContainer()
Returns false.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic boolean hasType(int type)
hasType in interface RuleListElementtype - Type of rule for which to search: init, walk, or post, using
the RULE_* constants.true if the enclosing rule's type ==
type, else false.public boolean isContainer()
isContainer in interface RuleListElementfalse.public void cleanup()
cleanup in interface RuleListElement