All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.DoubleType
java.lang.Object
|
+----espresso.util.Type
|
+----espresso.util.PrimitiveType
|
+----espresso.util.FloatingPointType
|
+----espresso.util.DoubleType
- public class DoubleType
- extends FloatingPointType
-
DoubleType()
-
-
ADD()
-
-
ALOAD()
-
-
ASTORE()
-
-
CAST(Type)
-
-
CMP(boolean)
-
-
distanceTo(Type)
-
-
DIV()
-
-
DUP()
-
-
DUPX1()
-
-
DUPX2()
-
-
identicalTo(Type)
-
-
LOAD(int)
-
-
MUL()
-
-
NEG()
-
-
NEWARRAY(int)
-
-
oneWord()
- Determines if vars of this type fit in one word.
-
POP()
-
-
PUSH(ConstantPoolGen, BigDecimal)
-
-
REM()
-
-
RETURN()
-
-
STORE(int)
-
-
SUB()
-
-
toClassFileType()
- Map an Espresso type to a ClassGen one.
-
toString()
-
-
twoWords()
- Determines if vars of this type need two words.
DoubleType
public DoubleType()
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
oneWord
public boolean oneWord()
- Determines if vars of this type fit in one word.
- Overrides:
- oneWord in class Type
twoWords
public boolean twoWords()
- Determines if vars of this type need two words.
- Overrides:
- twoWords in class Type
ALOAD
public Instruction ALOAD()
- Overrides:
- ALOAD in class Type
ASTORE
public Instruction ASTORE()
- Overrides:
- ASTORE in class Type
DUP
public Instruction DUP()
- Overrides:
- DUP in class PrimitiveType
DUPX1
public Instruction DUPX1()
- Overrides:
- DUPX1 in class PrimitiveType
DUPX2
public Instruction DUPX2()
- Overrides:
- DUPX2 in class PrimitiveType
POP
public Instruction POP()
- Overrides:
- POP in class PrimitiveType
CMP
public Instruction CMP(boolean less)
- Overrides:
- CMP in class Type
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
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