|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeAttribute | |
---|---|
javassist.bytecode | Bytecode-level API. |
javassist.bytecode.stackmap | |
javassist.compiler | |
javassist.convert |
Uses of CodeAttribute in javassist.bytecode |
---|
Fields in javassist.bytecode declared as CodeAttribute | |
---|---|
protected CodeAttribute |
CodeIterator.codeAttr
|
Methods in javassist.bytecode that return CodeAttribute | |
---|---|
CodeAttribute |
CodeIterator.get()
Returns a Code attribute read with this iterator. |
CodeAttribute |
MethodInfo.getCodeAttribute()
Returns a Code attribute. |
CodeAttribute |
Bytecode.toCodeAttribute()
Converts to a CodeAttribute . |
Methods in javassist.bytecode with parameters of type CodeAttribute | |
---|---|
void |
MethodInfo.setCodeAttribute(CodeAttribute cattr)
Adds a Code attribute. |
Constructors in javassist.bytecode with parameters of type CodeAttribute | |
---|---|
CodeIterator(CodeAttribute ca)
|
Uses of CodeAttribute in javassist.bytecode.stackmap |
---|
Methods in javassist.bytecode.stackmap with parameters of type CodeAttribute | |
---|---|
static TypedBlock[] |
TypedBlock.makeBlocks(MethodInfo minfo,
CodeAttribute ca,
boolean optimize)
Divides the method body into basic blocks. |
Constructors in javassist.bytecode.stackmap with parameters of type CodeAttribute | |
---|---|
MapMaker(ClassPool classes,
MethodInfo minfo,
CodeAttribute ca)
|
Uses of CodeAttribute in javassist.compiler |
---|
Methods in javassist.compiler with parameters of type CodeAttribute | |
---|---|
boolean |
Javac.recordLocalVariables(CodeAttribute ca,
int pc)
Records local variables available at the specified program counter. |
boolean |
Javac.recordParamNames(CodeAttribute ca,
int numOfLocalVars)
Records parameter names if the LocalVariableAttribute is available. |
Uses of CodeAttribute in javassist.convert |
---|
Methods in javassist.convert with parameters of type CodeAttribute | |
---|---|
void |
Transformer.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformCall.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformFieldAccess.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformNewClass.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformBefore.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformNew.initialize(ConstPool cp,
CodeAttribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |