net.sf.cglib.core

Class Block


public class Block
extends java.lang.Object

Constructor Summary

Block(CodeEmitter e)

Method Summary

void
end()
CodeEmitter
getCodeEmitter()
Label
getEnd()
Label
getStart()

Constructor Details

Block

public Block(CodeEmitter e)

Method Details

end

public void end()

getCodeEmitter

public CodeEmitter getCodeEmitter()

getEnd

public Label getEnd()

getStart

public Label getStart()

Copyright (c) 2001 - Apache Software Foundation