org.codehaus.jparsec.examples.java.ast.type
Class UpperBoundWildcard

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by 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

Field Summary
 TypeLiteral bound
           
 
Constructor Summary
UpperBoundWildcard(TypeLiteral bound)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

bound

public final TypeLiteral bound
Constructor Detail

UpperBoundWildcard

public UpperBoundWildcard(TypeLiteral bound)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.