public class BasicBlock extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BasicBlock.Catch |
static class |
BasicBlock.Maker |
Modifier and Type | Field and Description |
---|---|
BasicBlock[] |
exit |
int |
incoming |
int |
length |
int |
position |
boolean |
stop |
BasicBlock.Catch |
toCatch |
Modifier | Constructor and Description |
---|---|
protected |
BasicBlock(int pos) |
Modifier and Type | Method and Description |
---|---|
static BasicBlock |
find(BasicBlock[] blocks,
int pos) |
String |
toString() |
protected void |
toString2(StringBuffer sbuf) |
public int position
public int length
public int incoming
public BasicBlock[] exit
public boolean stop
public BasicBlock.Catch toCatch
public static BasicBlock find(BasicBlock[] blocks, int pos) throws BadBytecode
BadBytecode
protected void toString2(StringBuffer sbuf)
Copyright © 2013. All Rights Reserved.