|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.parse.ASTMatchUntilHelper
public class ASTMatchUntilHelper
Helper for walking a pattern match-until clause.
Constructor Summary | |
---|---|
ASTMatchUntilHelper()
|
Method Summary | |
---|---|
static boolean |
validate(ExprNode lowerBounds,
ExprNode upperBounds,
boolean isAllowLowerZero)
Validate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASTMatchUntilHelper()
Method Detail |
---|
public static boolean validate(ExprNode lowerBounds, ExprNode upperBounds, boolean isAllowLowerZero) throws ASTWalkException
lowerBounds
- is the lower bounds, or null if none suppliedupperBounds
- is the upper bounds, or null if none suppliedisAllowLowerZero
- true to allow zero value for lower range
ASTWalkException
- if the AST is incorrect
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |