javassist.bytecode.stackmap
Class BasicBlock.Maker
java.lang.Object
javassist.bytecode.stackmap.BasicBlock.Maker
- Direct Known Subclasses:
- TypedBlock.Maker
- Enclosing class:
- BasicBlock
public static class BasicBlock.Maker
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicBlock.Maker
public BasicBlock.Maker()
makeBlock
protected BasicBlock makeBlock(int pos)
makeArray
protected BasicBlock[] makeArray(int size)
make
public BasicBlock[] make(MethodInfo minfo)
throws BadBytecode
- Throws:
BadBytecode
make
public BasicBlock[] make(CodeIterator ci,
int begin,
int end,
ExceptionTable et)
throws BadBytecode
- Throws:
BadBytecode
makeJsr
protected void makeJsr(java.util.HashMap marks,
int pos,
int target,
int size)
- We ignore JSR since Java 6 or later does not allow it.
Copyright © 2011. All Rights Reserved.