|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.type.TypeIdentifier
code.type.TypeVariable
public class TypeVariable
Represents a Type Variable. Every type variable is either associated with a type value or with no value at all (if it remains unbound) If the type variable has a value, then it can only be determined during type checking.
| Field Summary |
|---|
| Fields inherited from class code.type.TypeIdentifier |
|---|
name |
| Constructor Summary | |
|---|---|
TypeVariable(int varnum)
|
|
TypeVariable(java.lang.String name)
|
|
| Method Summary | ||
|---|---|---|
|
accept(code.type.visitor.TypeVisitor<R,T> v,
T o)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
TypeVariable(java.lang.String name)
TypeVariable(int varnum)
| Method Detail |
|---|
public <R,T> R accept(code.type.visitor.TypeVisitor<R,T> v,
T o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||