Uses of Class
org.jparsec.SourceLocator
-
Packages that use SourceLocator Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of SourceLocator in org.jparsec
Fields in org.jparsec declared as SourceLocator Modifier and Type Field Description (package private) SourceLocator
ParseContext. locator
private SourceLocator
SourceLocation. locator
Constructors in org.jparsec with parameters of type SourceLocator Constructor Description ParseContext(java.lang.CharSequence source, int at, java.lang.String module, SourceLocator locator)
ParseContext(java.lang.CharSequence source, java.lang.Object ret, int at, java.lang.String module, SourceLocator locator)
ParserState(java.lang.String module, java.lang.CharSequence source, Token[] input, int at, SourceLocator locator, int endIndex, java.lang.Object result)
ScannerState(java.lang.String module, java.lang.CharSequence source, int from, int end, SourceLocator locator, java.lang.Object originalResult)
ScannerState(java.lang.String module, java.lang.CharSequence source, int from, SourceLocator locator)
SourceLocation(int index, SourceLocator locator)
-