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

Constructor Index

 o PrimitiveType()

Method Index

 o distanceTo(Type)
 o DUP()
 o DUPX1()
 o DUPX2()
 o floatingPointType()
 o integralType()
 o numericType()
 o POP()
 o primitiveType()
 o referenceType()
 o subTypeOf(Type)
 o superTypeOf(Type)
 o toClassFileType()

Constructors

 o PrimitiveType
 public PrimitiveType()

Methods

 o integralType
 public abstract boolean integralType()
Overrides:
integralType in class Type
 o floatingPointType
 public abstract boolean floatingPointType()
Overrides:
floatingPointType in class Type
 o distanceTo
 public abstract int distanceTo(Type other)
Overrides:
distanceTo in class Type
 o toClassFileType
 public abstract ClassGenType toClassFileType()
Overrides:
toClassFileType in class Type
 o subTypeOf
 public boolean subTypeOf(Type other)
Overrides:
subTypeOf in class Type
 o superTypeOf
 public boolean superTypeOf(Type other)
Overrides:
superTypeOf in class Type
 o referenceType
 public boolean referenceType()
Overrides:
referenceType in class Type
 o numericType
 public boolean numericType()
Overrides:
numericType in class Type
 o primitiveType
 public boolean primitiveType()
Overrides:
primitiveType in class Type
 o DUP
 public Instruction DUP()
Overrides:
DUP in class Type
 o DUPX1
 public Instruction DUPX1()
Overrides:
DUPX1 in class Type
 o DUPX2
 public Instruction DUPX2()
Overrides:
DUPX2 in class Type
 o POP
 public Instruction POP()
Overrides:
POP in class Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index