Uses of Class
com.espertech.esper.rowregex.RowRegexExprNode

Packages that use RowRegexExprNode
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of RowRegexExprNode in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return RowRegexExprNode
 RowRegexExprNode MatchRecognizeSpec.getPattern()
          Returns the pattern.
 

Methods in com.espertech.esper.epl.spec with parameters of type RowRegexExprNode
 void MatchRecognizeSpec.setPattern(RowRegexExprNode pattern)
          Sets the pattern.
static MatchRecognizeRegEx StatementSpecMapper.unmap(RowRegexExprNode pattern)
          Unmap match recognize pattern.
 

Uses of RowRegexExprNode in com.espertech.esper.rowregex
 

Subclasses of RowRegexExprNode in com.espertech.esper.rowregex
 class RowRegexExprNodeAlteration
          Or-condition in a regex expression tree.
 class RowRegexExprNodeAtom
          Atom in a regex expression tree.
 class RowRegexExprNodeConcatenation
          Concatenation of atoms in a regular expression tree.
 class RowRegexExprNodeNested
          Nested () regular expression in a regex expression tree.
 

Methods in com.espertech.esper.rowregex that return types with arguments of type RowRegexExprNode
 java.util.ArrayList<RowRegexExprNode> RowRegexExprNode.getChildNodes()
          Returns list of child nodes.
 

Methods in com.espertech.esper.rowregex with parameters of type RowRegexExprNode
 void RowRegexExprNode.addChildNode(RowRegexExprNode childNode)
          Adds a child node.
static java.util.Map<java.lang.String,java.util.Set<java.lang.String>> EventRowRegexHelper.determineVisibility(RowRegexExprNode pattern)
           
protected static RegexNFAStrandResult EventRowRegexHelper.recursiveBuildStartStates(RowRegexExprNode parent, java.util.Map<java.lang.String,ExprNode> variableDefinitions, java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, boolean[] exprRequiresMultimatchState)
          Build a list of start states from the parent node.
protected static void EventRowRegexHelper.recursiveInspectVariables(RowRegexExprNode parent, boolean isMultiple, java.util.Set<java.lang.String> variablesSingle, java.util.Set<java.lang.String> variablesMultiple)
          Inspect variables recursively.
 


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