Uses of Class
com.cmpware.fastmodel.Function

Packages that use Function
com.cmpware.cmp.models   
com.cmpware.fastmodel   
 

Uses of Function in com.cmpware.cmp.models
 

Subclasses of Function in com.cmpware.cmp.models
 class FastSimple.ADD
          The ADD instruction
 class FastSimple.ADDI
          The ADDI instruction
 class FastSimple.AND
          The AND instruction
 class FastSimple.BNZ
          The BNZ instruction
 class FastSimple.BR
          The BR instruction
 class FastSimple.Branch
          The Branch instruction type
 class FastSimple.BranchImm
          The Branch Immediate instruction type
 class FastSimple.BZ
          The BZ instruction
 class FastSimple.Immediate
          The Immediate instruction type
 class FastSimple.LD
          The LD instruction
 class FastSimple.LoadStore
          The Load Store instruction type
 class FastSimple.NOT_
          The NOT_ instruction
 class FastSimple.OR
          The OR instruction
 class FastSimple.RegToReg
          The Register to Resister instruction type
 class FastSimple.SHL
          The SHL instruction
 class FastSimple.SHR
          The SHR instruction
 class FastSimple.ST
          The ST instruction
 class FastSimple.SUB
          The SUB instruction
 class FastSimple.Unary
          The Unary instruction type
 class FastSimple.XOR
          The XOR instruction
 

Uses of Function in com.cmpware.fastmodel
 

Subclasses of Function in com.cmpware.fastmodel
 class Breakpoint
          This class defines a breakpoint.
 class IllegalOpcode
          This class defines an illegal opcode.
 class NullFunction
          This class defines the null function.
 

Fields in com.cmpware.fastmodel declared as Function
protected  Function Instruction.function
          The instruction Function
 Function Breakpoint.originalFunction
           
 

Constructors in com.cmpware.fastmodel with parameters of type Function
Breakpoint(Function originalFunction)
          The function breakpoint constructor
Instruction(java.lang.String name, Decoder decoder, Function function)
          This constructor initializes an instruction.
Instruction(java.lang.String name, Decoder decoder, Function function, int code)
          This constructor initializes an instruction.