public class Within extends Object implements SiddhiElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
List<Expression> |
getTimeRange() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
static Within |
within(Expression pattern) |
static Within |
within(Expression start,
Expression end) |
public static Within within(Expression start, Expression end)
public static Within within(Expression pattern)
public List<Expression> getTimeRange()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2018 WSO2. All rights reserved.