net.sf.cglib.core
Class Block

java.lang.Object
  extended bynet.sf.cglib.core.Block

public class Block
extends java.lang.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 © 2002-2003 cglib. All Rights Reserved.