public class Block
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private CodeEmitter |
e |
private org.objectweb.asm.Label |
end |
private org.objectweb.asm.Label |
start |
Constructor and Description |
---|
Block(CodeEmitter e) |
Modifier and Type | Method and Description |
---|---|
void |
end() |
CodeEmitter |
getCodeEmitter() |
org.objectweb.asm.Label |
getEnd() |
org.objectweb.asm.Label |
getStart() |
private CodeEmitter e
private org.objectweb.asm.Label start
private org.objectweb.asm.Label end
public Block(CodeEmitter e)
public CodeEmitter getCodeEmitter()
public void end()
public org.objectweb.asm.Label getStart()
public org.objectweb.asm.Label getEnd()