Uses of Class
com.cmpware.fastmodel.FastModel

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

Uses of FastModel in com.cmpware.cmp.models
 

Subclasses of FastModel in com.cmpware.cmp.models
 class FastSimple
          This is the 'Simple' processor produced using the FastModel data-driven interface.
 

Uses of FastModel in com.cmpware.fastmodel
 

Methods in com.cmpware.fastmodel with parameters of type FastModel
static void FastModel_old.main(FastModel fm, java.lang.String[] args)
          This is the main program which is used to assemble / disassemble from the command line.
static void FastModel.main(FastModel fm, java.lang.String[] args)
          This is the main program which is used to assemble / disassemble from the command line.
static Instruction Instruction.newInstance(Instruction i, FastModel fastModel)
          This static method returns a copy of an Instruction, with a new Function object.
static int DasmTool.run(FastModel fm, java.lang.String infile)
          To be run from the main() routine in the class that inherits AsmTool.
static int AsmTool.run(FastModel fm, java.lang.String infile, java.lang.String outfile)
          To be run from the main() routine in the class that inherits AsmTool.