|
||||||||||
| 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.ReferenceType
edu.rice.cs.dynamicjava.symbol.type.ArrayType
public abstract class ArrayType
Class ArrayType, a component of the ASTGen-generated composite hierarchy. Note: null is not allowed as a value for any field.
| Constructor Summary | |
|---|---|
ArrayType(Type in_ofType)
Constructs a ArrayType. |
|
| Method Summary | |
|---|---|
abstract int |
generateHashCode()
|
Type |
ofType()
|
| 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 ArrayType(Type in_ofType)
java.lang.IllegalArgumentException - If any parameter to the constructor is null.| Method Detail |
|---|
public Type ofType()
public abstract int generateHashCode()
generateHashCode in class ReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||