Class Block


  • public class Block
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CodeEmitter e  
      private org.objectweb.asm.Label end  
      private org.objectweb.asm.Label start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Block​(CodeEmitter e)  
    • Field Detail

      • start

        private org.objectweb.asm.Label start
      • end

        private org.objectweb.asm.Label end
    • Method Detail

      • end

        public void end()
      • getStart

        public org.objectweb.asm.Label getStart()
      • getEnd

        public org.objectweb.asm.Label getEnd()