Uses of Class
com.espertech.esper.epl.spec.MatchRecognizeSkipEnum

Packages that use MatchRecognizeSkipEnum
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
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. 
 

Uses of MatchRecognizeSkipEnum in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse that return MatchRecognizeSkipEnum
static MatchRecognizeSkipEnum ASTMatchRecognizeHelper.parseSkip(org.antlr.v4.runtime.CommonTokenStream tokenStream, EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
           
 

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

Methods in com.espertech.esper.epl.spec that return MatchRecognizeSkipEnum
 MatchRecognizeSkipEnum MatchRecognizeSkip.getSkip()
          Skip enum.
static MatchRecognizeSkipEnum MatchRecognizeSkipEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MatchRecognizeSkipEnum[] MatchRecognizeSkipEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.epl.spec with parameters of type MatchRecognizeSkipEnum
 void MatchRecognizeSkip.setSkip(MatchRecognizeSkipEnum skip)
          Sets the skip value.
 

Constructors in com.espertech.esper.epl.spec with parameters of type MatchRecognizeSkipEnum
MatchRecognizeSkip(MatchRecognizeSkipEnum skip)
          Ctor.
 


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