Interface and Description |
---|
org.jparsec.functors.Binary
Use
BinaryOperator instead. |
org.jparsec.functors.Map
Use
Function instead. |
org.jparsec.functors.Map2
Use
BiFunction instead. |
org.jparsec.functors.Unary
Use
UnaryOperator instead. |
Class and Description |
---|
org.jparsec.error.Location
Prefer to use
SourceLocation 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.
|
Field and Description |
---|
org.jparsec.Parsers.INDEX
Use
Parsers.SOURCE_LOCATION instead. |
org.jparsec.functors.Maps.TO_INTEGER
Use
Integer::valueOf directly. |
Constructor and Description |
---|
org.jparsec.Tokens.Fragment(String, Object)
Use
Tokens.fragment() instead. |
org.jparsec.error.ParserException(ParseErrorDetails, String, Location) |
org.jparsec.error.ParserException(Throwable, ParseErrorDetails, String, Location) |
org.jparsec.Tokens.ScientificNotation(String, String)
Use
Tokens.scientificNotation() instead. |
Copyright © 2013–2018 jparsec. All rights reserved.