Class Block

java.lang.Object
net.sf.cglib.core.Block

public class Block extends Object
  • Field Details

    • e

      private CodeEmitter e
    • start

      private org.objectweb.asm.Label start
    • end

      private org.objectweb.asm.Label end
  • Constructor Details

  • Method Details

    • getCodeEmitter

      public CodeEmitter getCodeEmitter()
    • end

      public void end()
    • getStart

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

      public org.objectweb.asm.Label getEnd()