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
-
FloatType()
-
-
ADD()
-
-
ALOAD()
-
-
ASTORE()
-
-
CAST(Type)
-
-
distanceTo(Type)
-
-
DIV()
-
-
identicalTo(Type)
-
-
LOAD(int)
-
-
MUL()
-
-
NEG()
-
-
NEWARRAY(int)
-
-
PUSH(ConstantPoolGen, BigDecimal)
-
-
REM()
-
-
RETURN()
-
-
STORE(int)
-
-
SUB()
-
-
toClassFileType()
- Map an Espresso type to a ClassGen one.
-
toString()
-
FloatType
public FloatType()
identicalTo
public boolean identicalTo(Type other)
- Overrides:
- identicalTo in class Type
distanceTo
public int distanceTo(Type other)
- Overrides:
- distanceTo in class PrimitiveType
toString
public String toString()
- Overrides:
- toString in class Type
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
PUSH
public Instruction PUSH(ConstantPoolGen cpg,
BigDecimal value)
- Overrides:
- PUSH in class Type
ALOAD
public Instruction ALOAD()
- Overrides:
- ALOAD in class Type
ASTORE
public Instruction ASTORE()
- Overrides:
- ASTORE in class Type
ADD
public Instruction ADD()
- Overrides:
- ADD in class Type
SUB
public Instruction SUB()
- Overrides:
- SUB in class Type
MUL
public Instruction MUL()
- Overrides:
- MUL in class Type
DIV
public Instruction DIV()
- Overrides:
- DIV in class Type
REM
public Instruction REM()
- Overrides:
- REM in class Type
NEG
public Instruction NEG()
- Overrides:
- NEG in class Type
NEWARRAY
public Instruction NEWARRAY(int index)
- Overrides:
- NEWARRAY in class Type
CAST
public InstructionList CAST(Type other)
- Overrides:
- CAST in class Type
All Packages Class Hierarchy This Package Previous Next Index