hw4
Class RefType
java.lang.Object
hw4.TypeBridge
hw4.RefType
- All Implemented Interfaces:
- Type, TypeAttrs
- public class RefType
- extends TypeBridge
|
Field Summary |
java.util.Vector |
rname
|
|
Constructor Summary |
RefType(java.lang.String s)
|
RefType(java.util.Vector rname)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
rname
public java.util.Vector rname
RefType
public RefType(java.util.Vector rname)
RefType
public RefType(java.lang.String s)
hashCode
public int hashCode()
isPrimitive
public boolean isPrimitive()
- Specified by:
isPrimitive in class TypeBridge
getTypeString
public java.lang.String getTypeString()
- Description copied from class:
TypeBridge
- A type string suitable for the JVM.
- Specified by:
getTypeString in interface TypeAttrs- Specified by:
getTypeString in class TypeBridge
getClassSig
public java.lang.String getClassSig()
getTypeName
public java.lang.String getTypeName()
equals
public boolean equals(java.lang.Object ov)