Class LowerBoundWildcard
- java.lang.Object
-
- org.jparsec.examples.common.ValueObject
-
- org.jparsec.examples.java.ast.type.LowerBoundWildcard
-
- All Implemented Interfaces:
TypeLiteral
public final class LowerBoundWildcard extends ValueObject implements TypeLiteral
Represents "? super SomeBound" type literal.
-
-
Field Summary
Fields Modifier and Type Field Description TypeLiteral
bound
-
Constructor Summary
Constructors Constructor Description LowerBoundWildcard(TypeLiteral bound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
-
-
-
Field Detail
-
bound
public final TypeLiteral bound
-
-
Constructor Detail
-
LowerBoundWildcard
public LowerBoundWildcard(TypeLiteral bound)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classValueObject
-
-