Package net.orbyfied.j8.command
Class ErrorLocation
java.lang.Object
net.orbyfied.j8.command.ErrorLocation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErrorLocation(net.orbyfied.j8.util.StringReader reader, int fromIndex, int toIndex) -
Method Summary
Modifier and TypeMethodDescriptionintnet.orbyfied.j8.util.StringReaderint
-
Field Details
-
fromIndex
protected int fromIndex -
toIndex
protected int toIndex -
reader
protected net.orbyfied.j8.util.StringReader reader
-
-
Constructor Details
-
ErrorLocation
public ErrorLocation(net.orbyfied.j8.util.StringReader reader, int fromIndex, int toIndex)
-
-
Method Details
-
getStartIndex
public int getStartIndex() -
getEndIndex
public int getEndIndex() -
getReader
public net.orbyfied.j8.util.StringReader getReader()
-