All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.util.IntegralType

java.lang.Object
   |
   +----espresso.util.Type
           |
           +----espresso.util.PrimitiveType
                   |
                   +----espresso.util.IntegralType

public abstract class IntegralType
extends PrimitiveType

Constructor Index

 o IntegralType()

Method Index

 o ADD()
 o AND()
 o DIV()
 o floatingPointType()
 o inRange(long)
 o integralType()
 o LOAD(int)
 o MUL()
 o NEG()
 o OR()
 o PUSH(ConstantPoolGen, BigDecimal)
 o REM()
 o RETURN()
 o STORE(int)
 o SUB()
 o XOR()

Constructors

 o IntegralType
 public IntegralType()

Methods

 o integralType
 public boolean integralType()
Overrides:
integralType in class PrimitiveType
 o floatingPointType
 public boolean floatingPointType()
Overrides:
floatingPointType in class PrimitiveType
 o inRange
 public abstract boolean inRange(long value)
 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 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 AND
 public Instruction AND()
Overrides:
AND in class Type
 o OR
 public Instruction OR()
Overrides:
OR in class Type
 o XOR
 public Instruction XOR()
Overrides:
XOR in class Type
 o PUSH
 public Instruction PUSH(ConstantPoolGen cpg,
                         BigDecimal value)
Overrides:
PUSH in class Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index