|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.dynamicjava.symbol.type.Type
edu.rice.cs.dynamicjava.symbol.type.ValidType
edu.rice.cs.dynamicjava.symbol.type.BoundType
public abstract class BoundType
Class BoundType, a component of the ASTGen-generated composite hierarchy. Note: null is not allowed as a value for any field.
| Constructor Summary | |
|---|---|
BoundType(java.lang.Iterable<? extends Type> in_ofTypes)
Constructs a BoundType. |
|
| Method Summary | |
|---|---|
abstract int |
generateHashCode()
|
java.lang.Iterable<? extends Type> |
ofTypes()
|
| Methods inherited from class edu.rice.cs.dynamicjava.symbol.type.Type |
|---|
apply, apply, hashCode, output, walk |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundType(java.lang.Iterable<? extends Type> in_ofTypes)
java.lang.IllegalArgumentException - If any parameter to the constructor is null.| Method Detail |
|---|
public java.lang.Iterable<? extends Type> ofTypes()
public abstract int generateHashCode()
generateHashCode in class ValidType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||