public class ParserLocator2Impl extends Object implements ParserLocator2
| Constructor and Description |
|---|
ParserLocator2Impl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
String |
getSource() |
int |
getStart() |
void |
setLocation(String source,
int start,
int end) |
void |
throwException(String message) |
public void throwException(String message)
throwException in interface ParserLocator2public void setLocation(String source, int start, int end)
setLocation in interface org.vesalainen.parser.ParserOffsetLocatorpublic int getEnd()
getEnd in interface ParserLocator2public String getSource()
getSource in interface ParserLocator2public int getStart()
getStart in interface ParserLocator2Copyright © 2014. All rights reserved.