public class EPLModuleParseItem extends Object
Constructor and Description |
---|
EPLModuleParseItem(String expression,
int lineNum,
int startChar,
int endChar)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndChar()
Returns the position of the end character.
|
String |
getExpression()
Returns the expression.
|
int |
getLineNum()
Returns line number of expression.
|
int |
getStartChar()
Returns the position of the start character.
|
public EPLModuleParseItem(String expression, int lineNum, int startChar, int endChar)
expression
- EPLlineNum
- line numberstartChar
- start character number total fileendChar
- end character numberpublic int getLineNum()
public String getExpression()
public int getStartChar()
public int getEndChar()