|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RowRegexExprNode
public abstract class RowRegexExprNode
Base node for
Constructor Summary | |
---|---|
RowRegexExprNode()
Constructor creates a list of child nodes. |
Method Summary | |
---|---|
void |
addChildNode(RowRegexExprNode childNode)
Adds a child node. |
void |
dumpDebug(java.lang.String prefix)
Recursively print out all nodes. |
java.util.ArrayList<RowRegexExprNode> |
getChildNodes()
Returns list of child nodes. |
abstract java.lang.String |
toExpressionString()
Returns the expression node rendered as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowRegexExprNode()
Method Detail |
---|
public abstract java.lang.String toExpressionString()
public final void addChildNode(RowRegexExprNode childNode)
childNode
- is the child evaluation tree node to addpublic final java.util.ArrayList<RowRegexExprNode> getChildNodes()
public final void dumpDebug(java.lang.String prefix)
prefix
- is printed out for naming the printed info
|
© 2006-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |