com.espertech.esper.rowregex
Class RowRegexExprNodeNested

java.lang.Object
  extended by com.espertech.esper.rowregex.RowRegexExprNode
      extended by com.espertech.esper.rowregex.RowRegexExprNodeNested
All Implemented Interfaces:
MetaDefItem, java.io.Serializable

public class RowRegexExprNodeNested
extends RowRegexExprNode

Nested () regular expression in a regex expression tree.

See Also:
Serialized Form

Constructor Summary
RowRegexExprNodeNested(RegexNFATypeEnum type)
          Ctor.
 
Method Summary
 RegexNFATypeEnum getType()
          Returns multiplicity and greedy.
 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

RowRegexExprNodeNested

public RowRegexExprNodeNested(RegexNFATypeEnum type)
Ctor.

Parameters:
type - multiplicity and greedy
Method Detail

getType

public RegexNFATypeEnum getType()
Returns multiplicity and greedy.

Returns:
type

toExpressionString

public java.lang.String toExpressionString()
Description copied from class: RowRegexExprNode
Returns the expression node rendered as a string.

Specified by:
toExpressionString in class RowRegexExprNode
Returns:
string rendering of expression

© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com