All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.VoidType
java.lang.Object
|
+----espresso.util.Type
|
+----espresso.util.PrimitiveType
|
+----espresso.util.VoidType
- public class VoidType
- extends PrimitiveType
-
VoidType()
-
-
distanceTo(Type)
-
-
floatingPointType()
-
-
identicalTo(Type)
-
-
integralType()
-
-
LOAD(int)
-
-
POP()
-
-
RETURN()
-
-
STORE(int)
-
-
toClassFileType()
- Map an Espresso type to a ClassGen one.
-
toString()
-
VoidType
public VoidType()
identicalTo
public boolean identicalTo(Type other)
- Overrides:
- identicalTo in class Type
toString
public String toString()
- Overrides:
- toString in class Type
distanceTo
public int distanceTo(Type other)
- Overrides:
- distanceTo in class PrimitiveType
integralType
public boolean integralType()
- Overrides:
- integralType in class PrimitiveType
floatingPointType
public boolean floatingPointType()
- Overrides:
- floatingPointType in class PrimitiveType
toClassFileType
public ClassGenType toClassFileType()
- Map an Espresso type to a ClassGen one.
- Overrides:
- toClassFileType in class PrimitiveType
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
POP
public Instruction POP()
- Overrides:
- POP in class PrimitiveType
All Packages Class Hierarchy This Package Previous Next Index