Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MatchRecognizeSkipEnum |
ASTMatchRecognizeHelper.parseSkip(org.antlr.v4.runtime.CommonTokenStream tokenStream,
EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx) |
Modifier and Type | Method and Description |
---|---|
MatchRecognizeSkipEnum |
MatchRecognizeSkip.getSkip()
Skip enum.
|
static MatchRecognizeSkipEnum |
MatchRecognizeSkipEnum.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSkip.setSkip(MatchRecognizeSkipEnum skip)
Sets the skip value.
|
Constructor and Description |
---|
MatchRecognizeSkip(MatchRecognizeSkipEnum skip)
Ctor.
|