All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.util.FloatType

java.lang.Object
   |
   +----espresso.util.Type
           |
           +----espresso.util.PrimitiveType
                   |
                   +----espresso.util.FloatingPointType
                           |
                           +----espresso.util.FloatType

public class FloatType
extends FloatingPointType

Constructor Index

 o FloatType()

Method Index

 o ADD()
 o ALOAD()
 o ASTORE()
 o CAST(Type)
 o distanceTo(Type)
 o DIV()
 o identicalTo(Type)
 o LOAD(int)
 o MUL()
 o NEG()
 o NEWARRAY(int)
 o PUSH(ConstantPoolGen, BigDecimal)
 o REM()
 o RETURN()
 o STORE(int)
 o SUB()
 o toClassFileType()
Map an Espresso type to a ClassGen one.
 o toString()

Constructors

 o FloatType
 public FloatType()

Methods

 o identicalTo
 public boolean identicalTo(Type other)
Overrides:
identicalTo in class Type
 o distanceTo
 public int distanceTo(Type other)
Overrides:
distanceTo in class PrimitiveType
 o toString
 public String toString()
Overrides:
toString in class Type
 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 PUSH
 public Instruction PUSH(ConstantPoolGen cpg,
                         BigDecimal value)
Overrides:
PUSH in class Type
 o ALOAD
 public Instruction ALOAD()
Overrides:
ALOAD in class Type
 o ASTORE
 public Instruction ASTORE()
Overrides:
ASTORE in class Type
 o ADD
 public Instruction ADD()
Overrides:
ADD in class Type
 o SUB
 public Instruction SUB()
Overrides:
SUB in class Type
 o MUL
 public Instruction MUL()
Overrides:
MUL in class Type
 o DIV
 public Instruction DIV()
Overrides:
DIV in class Type
 o REM
 public Instruction REM()
Overrides:
REM in class Type
 o NEG
 public Instruction NEG()
Overrides:
NEG in class Type
 o NEWARRAY
 public Instruction NEWARRAY(int index)
Overrides:
NEWARRAY in class Type
 o CAST
 public InstructionList CAST(Type other)
Overrides:
CAST in class Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index