Uses of Annotation Type
org.jparsec.internal.annotations.Private
Packages that use Private
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides interfaces and classes for advanced error handling.
Internal utilities.
-
Uses of Private in org.jparsec
Classes in org.jparsec with annotations of type PrivateFields in org.jparsec with annotations of type PrivateModifier and TypeFieldDescription(package private) final IntListSourceLocator.lineBreakIndicesThe 0-based indices of the line break characters scanned so far.(package private) intSourceLocator.nextColumnIndexThe 0-based index of the column of the next character to be scanned.(package private) intSourceLocator.nextIndexThe 0-based index of the next character to be scanned.Methods in org.jparsec with annotations of type PrivateModifier and TypeMethodDescription(package private) static intSourceLocator.binarySearch(IntList ascendingInts, int value) Uses binary search to look up the index of the first element inascendingIntsthat's greater than or equal tovalue.(package private) static void(package private) LocationSourceLocator.lookup(int index) Looks up the location identified byindusing the cached indices of line break characters.(package private) OperatorTable.Operator[]OperatorTable.operators()(package private) final voidParseContext.raise(ParseContext.ErrorType type, Object subject) (package private) static StringBuilderCopies all content fromfromtoto.(package private) LocationSourceLocator.scanTo(int index) Scans fromnextIndextoindand saves all indices of line break characters intolineBreakIndicesand adjusts the current column number as it goes.(package private) static String[]Sortsnamesinto a new array by putting short string first, unless a shorter string is a prefix of a longer string, in which case, the longer string is before the prefix string.(package private) static <T> Parser<T>[]We always convertIterableto an array to avoid the cost of creating a new object each time the parser runs.(package private) static <T> Parser<T>[]Parsers.toArrayWithIteration(Iterable<? extends Parser<? extends T>> parsers) (package private) static String[]Keywords.unique(Comparator<String> c, String... names) (package private) ObjectGets the token value identified by the token text.Constructors in org.jparsec with annotations of type PrivateModifierConstructorDescription(package private)SourceLocator(CharSequence source, int lineNumber, int columnNumber) Creates aSourceLocatorobject. -
Uses of Private in org.jparsec.error
Methods in org.jparsec.error with annotations of type PrivateModifier and TypeMethodDescription(package private) static voidErrorReporter.reportList(StringBuilder builder, List<String> messages) -
Uses of Private in org.jparsec.internal.util
Methods in org.jparsec.internal.util with annotations of type PrivateModifier and TypeMethodDescription(package private) static intIntList.calcSize(int expectedSize, int factor)