public class ParserContext extends Object
| Constructor and Description |
|---|
ParserContext() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineCount()
Get total number of lines declared in the current context.
|
int |
getLineOffset()
Get the current line offset.
|
int |
incrementLineCount(int increment)
Increments the current line count by the specified amount
|
void |
setLineOffset(int lineOffset)
Sets the current line offset.
|
public int getLineCount()
public int getLineOffset()
public int incrementLineCount(int increment)
increment - The number of lines to incrementpublic void setLineOffset(int lineOffset)
lineOffset - The offset amountCopyright © 2011–2016 Everit Kft.. All rights reserved.