org.fife.rsta.ac.java.rjc.lang
Class TypeArgument

java.lang.Object
  extended by org.fife.rsta.ac.java.rjc.lang.TypeArgument

public class TypeArgument
extends Object


Field Summary
static int EXTENDS
           
static int NOTHING
           
static int SUPER
           
 
Constructor Summary
TypeArgument(Type type)
           
TypeArgument(Type type, int doesExtend, Type otherType)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTHING

public static final int NOTHING
See Also:
Constant Field Values

EXTENDS

public static final int EXTENDS
See Also:
Constant Field Values

SUPER

public static final int SUPER
See Also:
Constant Field Values
Constructor Detail

TypeArgument

public TypeArgument(Type type)

TypeArgument

public TypeArgument(Type type,
                    int doesExtend,
                    Type otherType)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.