classPool, cpool, localsTypes, returnType, stackTop, stackTypes
Modifier | Constructor and Description |
---|---|
|
MapMaker(ClassPool classes,
MethodInfo minfo,
CodeAttribute ca) |
protected |
MapMaker(MapMaker old,
boolean copyStack) |
Modifier and Type | Method and Description |
---|---|
static StackMapTable |
make(ClassPool classes,
MethodInfo minfo)
Computes the stack map table of the given method and returns it.
|
static StackMap |
make2(ClassPool classes,
MethodInfo minfo)
Computes the stack map table for J2ME.
|
StackMapTable |
toStackMap(TypedBlock[] blocks) |
StackMap |
toStackMap2(ConstPool cp,
TypedBlock[] blocks) |
copyFrom, doOpcode, visitBranch, visitGoto, visitJSR, visitLookupSwitch, visitRET, visitReturn, visitTableSwitch, visitThrow
public MapMaker(ClassPool classes, MethodInfo minfo, CodeAttribute ca)
protected MapMaker(MapMaker old, boolean copyStack)
public static StackMapTable make(ClassPool classes, MethodInfo minfo) throws BadBytecode
BadBytecode
public static StackMap make2(ClassPool classes, MethodInfo minfo) throws BadBytecode
BadBytecode
public StackMapTable toStackMap(TypedBlock[] blocks)
public StackMap toStackMap2(ConstPool cp, TypedBlock[] blocks)
Copyright © 2015. All Rights Reserved.