public class RowRegexExprNodeNested extends RowRegexExprNode
Constructor and Description |
---|
RowRegexExprNodeNested(RegexNFATypeEnum type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
RegexNFATypeEnum |
getType()
Returns multiplicity and greedy.
|
java.lang.String |
toExpressionString()
Returns the expression node rendered as a string.
|
addChildNode, dumpDebug, getChildNodes
public RowRegexExprNodeNested(RegexNFATypeEnum type)
type
- multiplicity and greedypublic RegexNFATypeEnum getType()
public java.lang.String toExpressionString()
RowRegexExprNode
toExpressionString
in class RowRegexExprNode