net.sf.cglib.core
Class Block

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

public class Block
extends Object


Constructor Summary
Block(CodeEmitter e)
           
 
Method Summary
 void end()
           
 CodeEmitter getCodeEmitter()
           
 org.objectweb.asm.Label getEnd()
           
 org.objectweb.asm.Label getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Block

public Block(CodeEmitter e)
Method Detail

getCodeEmitter

public CodeEmitter getCodeEmitter()

end

public void end()

getStart

public org.objectweb.asm.Label getStart()

getEnd

public org.objectweb.asm.Label getEnd()


Copyright © 2012 Oracle Corporation. All Rights Reserved.