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

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

Field Summary
 TypeLiteral bound
           
 
Constructor Summary
LowerBoundWildcard(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

LowerBoundWildcard

public LowerBoundWildcard(TypeLiteral bound)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.