|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.deploy.EPLModuleParseItem
public class EPLModuleParseItem
Item parsing an EPL module file.
Constructor Summary | |
---|---|
EPLModuleParseItem(java.lang.String expression,
int lineNum,
int startChar,
int endChar)
Ctor. |
Method Summary | |
---|---|
int |
getEndChar()
Returns the position of the end character. |
java.lang.String |
getExpression()
Returns the expression. |
int |
getLineNum()
Returns line number of expression. |
int |
getStartChar()
Returns the position of the start character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPLModuleParseItem(java.lang.String expression, int lineNum, int startChar, int endChar)
expression
- EPLlineNum
- line numberstartChar
- start character number total fileendChar
- end character numberMethod Detail |
---|
public int getLineNum()
public java.lang.String getExpression()
public int getStartChar()
public int getEndChar()
|
© 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 |