Uses of Class
at.dms.ksm.KsmError

Packages that use KsmError
at.dms.ksm   
 

Uses of KsmError in at.dms.ksm
 

Methods in at.dms.ksm that throw KsmError
 void MethodBody.addLabel(java.lang.String name)
          Add a label at the end of the instruction list.
 CodeInfo MethodBody.genCodeInfo()
          Generate a classfile code info, do not optimize.
 void Assembler.assemble(java.lang.String sourceFile, java.lang.String destination, int optimize)
          Assembles an assembly language file to a class file.