All Packages Class Hierarchy This Package Previous Next Index
Class Types.NAME
java.lang.Object
|
+----Types.Type
|
+----Types.NAME
- public class NAME
- extends Type
-
binding
-
-
name
-
-
NAME(Symbol)
-
-
actual()
-
-
bind(Type)
-
-
coerceTo(Type)
-
-
isLoop()
-
name
public Symbol name
binding
public Type binding
NAME
public NAME(Symbol n)
isLoop
public boolean isLoop()
actual
public Type actual()
- Overrides:
- actual in class Type
coerceTo
public boolean coerceTo(Type t)
- Overrides:
- coerceTo in class Type
bind
public void bind(Type t)
All Packages Class Hierarchy This Package Previous Next Index