Uses of Class
org.jparsec.error.Location
-
Packages that use Location Package Description org.jparsec Provides core Parser implementations for parser combinator logic.org.jparsec.error Provides interfaces and classes for advanced error handling. -
-
Uses of Location in org.jparsec
Fields in org.jparsec declared as Location Modifier and Type Field Description private LocationSourceLocation. locationMethods in org.jparsec that return Location Modifier and Type Method Description private 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 Location Modifier and Type Field Description private LocationParserException. locationMethods in org.jparsec.error that return Location Modifier and Type Method Description LocationParserException. getLocation()Deprecated.UseParserException.getLine()andParserException.getColumn()instead.Methods in org.jparsec.error with parameters of type Location Modifier and Type Method Description private static java.lang.StringParserException. toErrorMessage(java.lang.String message, java.lang.String module, ParseErrorDetails details, Location location)(package private) static java.lang.StringErrorReporter. toString(ParseErrorDetails details, Location location)Constructors in org.jparsec.error with parameters of type Location Constructor Description ParserException(java.lang.Throwable cause, ParseErrorDetails details, java.lang.String moduleName, Location location)Deprecated.ParserException(ParseErrorDetails details, java.lang.String moduleName, Location location)Deprecated.ParserException(ParseErrorDetails details, Location location)Creates aParserExceptionobject.
-