public class Block
extends java.lang.Object
Constructor | Description |
---|---|
Block(CodeEmitter e) |
Modifier and Type | Method | Description |
---|---|---|
void |
end() |
|
CodeEmitter |
getCodeEmitter() |
|
org.objectweb.asm.Label |
getEnd() |
|
org.objectweb.asm.Label |
getStart() |
public Block(CodeEmitter e)
public CodeEmitter getCodeEmitter()
public void end()
public org.objectweb.asm.Label getStart()
public org.objectweb.asm.Label getEnd()
Copyright (c) 2001 - Apache Software Foundation