Package kilim.tools


package kilim.tools
  • Class
    Description
     
    This is a replacement for the jasmin bytecode assembler and uses the same syntax.
     
     
    Equivalent to javap -c -l -private, but the output is in jasmin's format meant to be parseable by Asm.
     
     
    Used to dump the stack and locals at the beginning of each basic block
    Simple utility class to invoke the java compiler.
    a collection of class path elements
     
    runtime weaver This class dynamically weaves kilim-related classes and runs "class".
     
     
     
     
    This class supports both command-line and run time weaving of Kilim bytecode.