Package org.jparsec.examples.java.ast.type
-
Interface Summary Interface Description TypeLiteral Represents a type literal. -
Class Summary Class Description ArrayTypeLiteral Represents an array type literal.LowerBoundWildcard Represents "? super SomeBound" type literal.SimpleTypeLiteral Represents a non-array type literal.UpperBoundWildcard Represents "? extends SomeBound" type literal.