Uses of Class
org.jparsec.error.Location
Packages that use Location
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides interfaces and classes for advanced error handling.
-
Uses of Location in org.jparsec
Fields in org.jparsec declared as LocationMethods in org.jparsec that return LocationModifier and TypeMethodDescriptionprivate LocationSourceLocator.getLineBreakLocation(int lineIndex) private LocationSourceLocation.getLocation()(package private) LocationSourceLocator.locate(int index) private LocationSourceLocator.location(int l, int c) (package private) LocationSourceLocator.lookup(int index) Looks up the location identified byindusing the cached indices of line break characters.(package private) LocationSourceLocator.scanTo(int index) Scans fromnextIndextoindand saves all indices of line break characters intolineBreakIndicesand adjusts the current column number as it goes. -
Uses of Location in org.jparsec.error
Fields in org.jparsec.error declared as LocationMethods in org.jparsec.error that return LocationMethods in org.jparsec.error with parameters of type LocationModifier and TypeMethodDescriptionprivate static StringParserException.toErrorMessage(String message, String module, ParseErrorDetails details, Location location) (package private) static StringErrorReporter.toString(ParseErrorDetails details, Location location) Constructors in org.jparsec.error with parameters of type LocationModifierConstructorDescriptionParserException(Throwable cause, ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException(ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException(ParseErrorDetails details, Location location) Creates aParserExceptionobject.
ParserException.getLine()andParserException.getColumn()instead.