ControlFlow.Block
, TypedBlock
public class BasicBlock
extends java.lang.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) |
|
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)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.