|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.stackmap.BasicBlock
public class BasicBlock
Nested Class Summary | |
---|---|
static class |
BasicBlock.Catch
|
static class |
BasicBlock.Maker
|
Field Summary | |
---|---|
BasicBlock[] |
exit
|
int |
incoming
|
int |
length
|
int |
position
|
boolean |
stop
|
BasicBlock.Catch |
toCatch
|
Constructor Summary | |
---|---|
protected |
BasicBlock(int pos)
|
Method Summary | |
---|---|
static BasicBlock |
find(BasicBlock[] blocks,
int pos)
|
java.lang.String |
toString()
|
protected void |
toString2(java.lang.StringBuffer sbuf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int position
public int length
public int incoming
public BasicBlock[] exit
public boolean stop
public BasicBlock.Catch toCatch
Constructor Detail |
---|
protected BasicBlock(int pos)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |