public class EPLModuleParseItem extends Object
Constructor and Description |
---|
EPLModuleParseItem(String expression,
int lineNum,
int startChar,
int endChar,
int lineNumEnd,
int lineNumContent,
int lineNumContentEnd)
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 |
getLineNumContent() |
int |
getLineNumContentEnd() |
int |
getLineNumEnd()
Returns line number where the expression ends.
|
int |
getStartChar()
Returns the position of the start character.
|
public EPLModuleParseItem(String expression, int lineNum, int startChar, int endChar, int lineNumEnd, int lineNumContent, int lineNumContentEnd)
expression
- EPLlineNum
- line number starting the EPL including commentsstartChar
- start character number total fileendChar
- end character numberlineNumEnd
- line number ending the EPL including commentslineNumContent
- line number starting the EPL excluding commentslineNumContentEnd
- line number ending the EPL excluding commentspublic int getLineNum()
public String getExpression()
public int getStartChar()
public int getEndChar()
public int getLineNumEnd()
public int getLineNumContent()
public int getLineNumContentEnd()
Copyright © 2005–2022. All rights reserved.