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