public class Block extends Object
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() |
public Block(CodeEmitter e)
public CodeEmitter getCodeEmitter()
public void end()
public org.objectweb.asm.Label getStart()
public org.objectweb.asm.Label getEnd()
Copyright © 2024. All rights reserved.