public class BasicBlock
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BasicBlock.Catch |
(package private) static class |
BasicBlock.JsrBytecode |
static class |
BasicBlock.Maker |
(package private) static class |
BasicBlock.Mark
A Mark indicates the position of a branch instruction
or a branch target.
|
Modifier and Type | Field and Description |
---|---|
protected BasicBlock[] |
exit |
protected int |
incoming |
protected int |
length |
protected int |
position |
protected boolean |
stop |
protected BasicBlock.Catch |
toCatch |
Modifier | Constructor and Description |
---|---|
protected |
BasicBlock(int pos) |
Modifier and Type | Method and Description |
---|---|
static BasicBlock |
find(BasicBlock[] blocks,
int pos) |
java.lang.String |
toString() |
protected void |
toString2(java.lang.StringBuffer sbuf) |
protected int position
protected int length
protected int incoming
protected BasicBlock[] exit
protected boolean stop
protected BasicBlock.Catch toCatch
public static BasicBlock find(BasicBlock[] blocks, int pos) throws BadBytecode
BadBytecode
public java.lang.String toString()
toString
in class java.lang.Object
protected void toString2(java.lang.StringBuffer sbuf)