ControlFlow.Block, TypedBlockpublic class BasicBlock extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BasicBlock.Catch |
|
static class |
BasicBlock.Maker |
| Modifier and Type | Field | Description |
|---|---|---|
protected BasicBlock[] |
exit |
|
protected int |
incoming |
|
protected int |
length |
|
protected int |
position |
|
protected boolean |
stop |
|
protected BasicBlock.Catch |
toCatch |
| Modifier | Constructor | Description |
|---|---|---|
protected |
BasicBlock(int pos) |
| Modifier and Type | Method | Description |
|---|---|---|
static BasicBlock |
find(BasicBlock[] blocks,
int pos) |
|
String |
toString() |
|
protected void |
toString2(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
BadBytecodeprotected void toString2(StringBuffer sbuf)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.