All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.PrimitiveType
java.lang.Object
|
+----espresso.util.Type
|
+----espresso.util.PrimitiveType
- public abstract class PrimitiveType
- extends Type
-
PrimitiveType()
-
-
distanceTo(Type)
-
-
DUP()
-
-
DUPX1()
-
-
DUPX2()
-
-
floatingPointType()
-
-
integralType()
-
-
numericType()
-
-
POP()
-
-
primitiveType()
-
-
referenceType()
-
-
subTypeOf(Type)
-
-
superTypeOf(Type)
-
-
toClassFileType()
-
PrimitiveType
public PrimitiveType()
integralType
public abstract boolean integralType()
- Overrides:
- integralType in class Type
floatingPointType
public abstract boolean floatingPointType()
- Overrides:
- floatingPointType in class Type
distanceTo
public abstract int distanceTo(Type other)
- Overrides:
- distanceTo in class Type
toClassFileType
public abstract ClassGenType toClassFileType()
- Overrides:
- toClassFileType in class Type
subTypeOf
public boolean subTypeOf(Type other)
- Overrides:
- subTypeOf in class Type
superTypeOf
public boolean superTypeOf(Type other)
- Overrides:
- superTypeOf in class Type
referenceType
public boolean referenceType()
- Overrides:
- referenceType in class Type
numericType
public boolean numericType()
- Overrides:
- numericType in class Type
primitiveType
public boolean primitiveType()
- Overrides:
- primitiveType 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
All Packages Class Hierarchy This Package Previous Next Index