public static class BasicBlock.Maker extends Object
| Constructor and Description | 
|---|
| Maker() | 
| Modifier and Type | Method and Description | 
|---|---|
| BasicBlock[] | make(CodeIterator ci,
    int begin,
    int end,
    ExceptionTable et) | 
| BasicBlock[] | make(MethodInfo minfo) | 
| protected BasicBlock[] | makeArray(int size) | 
| protected BasicBlock | makeBlock(int pos) | 
| protected void | makeJsr(HashMap marks,
       int pos,
       int target,
       int size) | 
protected BasicBlock makeBlock(int pos)
protected BasicBlock[] makeArray(int size)
public BasicBlock[] make(MethodInfo minfo) throws BadBytecode
BadBytecodepublic BasicBlock[] make(CodeIterator ci, int begin, int end, ExceptionTable et) throws BadBytecode
BadBytecodeprotected void makeJsr(HashMap marks, int pos, int target, int size) throws BadBytecode
BadBytecodeCopyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.