All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.ReferenceType
java.lang.Object
|
+----espresso.util.Type
|
+----espresso.util.ReferenceType
- public abstract class ReferenceType
- extends Type
-
ReferenceType()
-
-
ALOAD()
-
-
ASTORE()
-
-
distanceTo(Type)
-
-
DUP()
-
-
DUPX1()
-
-
DUPX2()
-
-
floatingPointType()
-
-
identicalTo(Type)
-
-
integralType()
-
-
LOAD(int)
-
-
NEWARRAY(int)
-
-
numericType()
-
-
POP()
-
-
primitiveType()
-
-
referenceType()
-
-
RETURN()
-
-
STORE(int)
-
-
subTypeOf(Type)
-
-
superTypeOf(Type)
-
ReferenceType
public ReferenceType()
subTypeOf
public abstract boolean subTypeOf(Type other)
- Overrides:
- subTypeOf in class Type
superTypeOf
public abstract boolean superTypeOf(Type other)
- Overrides:
- superTypeOf in class Type
identicalTo
public abstract boolean identicalTo(Type other)
- Overrides:
- identicalTo in class Type
distanceTo
public abstract int distanceTo(Type other)
- Overrides:
- distanceTo in class Type
primitiveType
public boolean primitiveType()
- Overrides:
- primitiveType in class Type
referenceType
public boolean referenceType()
- Overrides:
- referenceType in class Type
numericType
public boolean numericType()
- Overrides:
- numericType in class Type
integralType
public boolean integralType()
- Overrides:
- integralType in class Type
floatingPointType
public boolean floatingPointType()
- Overrides:
- floatingPointType in class Type
ALOAD
public Instruction ALOAD()
- Overrides:
- ALOAD in class Type
ASTORE
public Instruction ASTORE()
- Overrides:
- ASTORE in class Type
DUP
public Instruction DUP()
- Overrides:
- DUP in class Type
DUPX1
public Instruction DUPX1()
- Overrides:
- DUPX1 in class Type
DUPX2
public Instruction DUPX2()
- Overrides:
- DUPX2 in class Type
POP
public Instruction POP()
- Overrides:
- POP in class Type
LOAD
public Instruction LOAD(int slot)
- Overrides:
- LOAD in class Type
STORE
public Instruction STORE(int slot)
- Overrides:
- STORE in class Type
RETURN
public Instruction RETURN()
- Overrides:
- RETURN in class Type
NEWARRAY
public Instruction NEWARRAY(int index)
- Overrides:
- NEWARRAY in class Type
All Packages Class Hierarchy This Package Previous Next Index