-
Interfaces Interface Description org.jparsec.functors.Binary UseBinaryOperator
instead.org.jparsec.functors.Map UseFunction
instead.org.jparsec.functors.Map2 UseBiFunction
instead.org.jparsec.functors.Unary UseUnaryOperator
instead.
-
Classes Class Description org.jparsec.error.Location Prefer to useSourceLocation
instead.org.jparsec.functors.Pair Prefer to using a lambda expression to convert to your own type.org.jparsec.functors.Tuple3 Prefer to using a lambda expression to convert to your own type.org.jparsec.functors.Tuple4 Prefer to using a lambda expression to convert to your own type.org.jparsec.functors.Tuple5 Prefer to using a lambda expression to convert to your own type.org.jparsec.functors.Tuples Prefer to using a lambda expression to convert to your own type.org.jparsec.ReluctantBetweenParser
-
Fields Field Description org.jparsec.error.ParserException.module org.jparsec.functors.Maps.TO_INTEGER UseInteger::valueOf
directly.org.jparsec.Parsers.INDEX UseParsers.SOURCE_LOCATION
instead.
-
Constructors Constructor Description org.jparsec.error.ParserException(ParseErrorDetails, String, Location) org.jparsec.Tokens.Fragment(String, Object) UseTokens.fragment()
instead.org.jparsec.Tokens.ScientificNotation(String, String) UseTokens.scientificNotation()
instead.