org.codehaus.jparsec.examples.java.ast.type
Class LowerBoundWildcard
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.type.LowerBoundWildcard
- All Implemented Interfaces:
- TypeLiteral
public final class LowerBoundWildcard
- extends ValueObject
- implements TypeLiteral
Represents "? super SomeBound" type literal.
- Author:
- Ben Yu
bound
public final TypeLiteral bound
LowerBoundWildcard
public LowerBoundWildcard(TypeLiteral bound)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.