Uses of Package
org.codehaus.jparsec.functors

Packages that use org.codehaus.jparsec.functors
org.codehaus.jparsec Provides core Parser implementations for parser combinator logic. 
org.codehaus.jparsec.functors Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. 
org.codehaus.jparsec.misc Provides optional convenience API built around core jparsec (Extra dependency on cglib is required). 
 

Classes in org.codehaus.jparsec.functors used by org.codehaus.jparsec
Map
          Maps object of type From to an object of type To.
Map2
          Maps two objects of type A and B respectively to an object of type T.
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
          Immutable data holder for 2 values.
Tuple3
          Immutable data holder for 3 values.
Tuple4
          Immutable data holder for 4 values.
Tuple5
          Immutable data holder for 5 values.
 

Classes in org.codehaus.jparsec.functors used by org.codehaus.jparsec.functors
Map
          Maps object of type From to an object of type To.
Map2
          Maps two objects of type A and B respectively to an object of type T.
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
          Immutable data holder for 2 values.
Tuple3
          Immutable data holder for 3 values.
Tuple4
          Immutable data holder for 4 values.
Tuple5
          Immutable data holder for 5 values.
Unary
          Represents a unary operation on the same type T.
 

Classes in org.codehaus.jparsec.functors used by org.codehaus.jparsec.misc
Binary
          Represents a binary operation on the same type T.
Unary
          Represents a unary operation on the same type T.
 



Copyright © 2014. All rights reserved.