Package net.sf.cglib.core
Class Block
- java.lang.Object
-
- net.sf.cglib.core.Block
-
public class Block extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Block(CodeEmitter e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
end()
CodeEmitter
getCodeEmitter()
org.objectweb.asm.Label
getEnd()
org.objectweb.asm.Label
getStart()
-
-
-
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()
-
-