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

Constructor Index

 o VoidType()

Method Index

 o distanceTo(Type)
 o floatingPointType()
 o identicalTo(Type)
 o integralType()
 o LOAD(int)
 o POP()
 o RETURN()
 o STORE(int)
 o toClassFileType()
Map an Espresso type to a ClassGen one.
 o toString()

Constructors

 o VoidType
 public VoidType()

Methods

 o identicalTo
 public boolean identicalTo(Type other)
Overrides:
identicalTo in class Type
 o toString
 public String toString()
Overrides:
toString in class Type
 o distanceTo
 public int distanceTo(Type other)
Overrides:
distanceTo in class PrimitiveType
 o integralType
 public boolean integralType()
Overrides:
integralType in class PrimitiveType
 o floatingPointType
 public boolean floatingPointType()
Overrides:
floatingPointType in class PrimitiveType
 o toClassFileType
 public ClassGenType toClassFileType()
Map an Espresso type to a ClassGen one.

Overrides:
toClassFileType in class PrimitiveType
 o LOAD
 public Instruction LOAD(int slot)
Overrides:
LOAD in class Type
 o STORE
 public Instruction STORE(int slot)
Overrides:
STORE in class Type
 o RETURN
 public Instruction RETURN()
Overrides:
RETURN in class Type
 o POP
 public Instruction POP()
Overrides:
POP in class PrimitiveType

All Packages  Class Hierarchy  This Package  Previous  Next  Index