|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RowRegexExprNode
com.espertech.esper.rowregex.RowRegexExprNodeAtom
public class RowRegexExprNodeAtom
Atom in a regex expression tree.
Constructor Summary | |
---|---|
RowRegexExprNodeAtom(java.lang.String tag,
RegexNFATypeEnum type)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getTag()
Returns the variable name. |
RegexNFATypeEnum |
getType()
Returns multiplicity and greedy indicator. |
java.lang.String |
toExpressionString()
Returns the expression node rendered as a string. |
Methods inherited from class com.espertech.esper.rowregex.RowRegexExprNode |
---|
addChildNode, dumpDebug, getChildNodes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowRegexExprNodeAtom(java.lang.String tag, RegexNFATypeEnum type)
tag
- variable nametype
- multiplicity and greedy indicatorMethod Detail |
---|
public java.lang.String getTag()
public RegexNFATypeEnum getType()
public java.lang.String toExpressionString()
RowRegexExprNode
toExpressionString
in class RowRegexExprNode
|
© 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 |