Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
org.jparsec.examples.java.ast.statement | |
org.jparsec.examples.sql.ast | |
org.jparsec.functors |
Provides common functor interfaces, such as Map for mapping parser results
as well as some common implementations.
|
Class and Description |
---|
Map3
Maps 3 objects of type
A , B and C respectively to an object of type
T . |
Map4
Maps 4 objects of type
A , B , C and D respectively
to an object of type T . |
Map5
Maps 5 objects of type
A , B , C , D and E respectively
to an object of type T . |
Map6
Maps 6 objects to an object of type
T . |
Map7
Maps 7 objects to an object of type
T . |
Map8
Maps 8 objects to an object of type
T . |
Pair
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple3
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple4
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple5
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Class and Description |
---|
Pair
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Class and Description |
---|
Pair
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Class and Description |
---|
Map
Deprecated.
Use
Function instead. |
Map2
Deprecated.
Use
BiFunction instead. |
Map3
Maps 3 objects of type
A , B and C respectively to an object of type
T . |
Map4
Maps 4 objects of type
A , B , C and D respectively
to an object of type T . |
Map5
Maps 5 objects of type
A , B , C , D and E respectively
to an object of type T . |
Pair
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple3
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple4
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Tuple5
Deprecated.
Prefer to using a lambda expression to convert to your own type.
|
Copyright © 2013–2016 jparsec. All rights reserved.