Package org.fife.rsta.ac.java.rjc.lang
Class TypeArgument
- java.lang.Object
-
- org.fife.rsta.ac.java.rjc.lang.TypeArgument
-
public class TypeArgument extends java.lang.ObjectA type argument.- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description TypeArgument(Type type)TypeArgument(Type type, int doesExtend, Type otherType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
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
-
type
private Type type
-
doesExtend
private int doesExtend
-
otherType
private Type otherType
-
-