public class RowRegexExprNodeAtom extends RowRegexExprNode
Constructor and Description |
---|
RowRegexExprNodeAtom(java.lang.String tag,
RegexNFATypeEnum type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addChildNode, dumpDebug, getChildNodes
public RowRegexExprNodeAtom(java.lang.String tag, RegexNFATypeEnum type)
tag
- variable nametype
- multiplicity and greedy indicatorpublic java.lang.String getTag()
public RegexNFATypeEnum getType()
public java.lang.String toExpressionString()
RowRegexExprNode
toExpressionString
in class RowRegexExprNode