Class AsmStructureCreator

java.lang.Object
org.ek9lang.compiler.backend.jvm.AsmStructureCreator

final class AsmStructureCreator extends Object
Designed to capture the ASM specifics for byte code generation.
  • Constructor Details

  • Method Details

    • processClass

      void processClass()
    • processMethodOnClass

      void processMethodOnClass(Operation operation)
      For now just hard code this in, but need to actually call visit Operation. And actually process the correct Structures!
    • getByteCode

      byte[] getByteCode()