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 | 
|---|---|
| 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) | 
| 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 © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.