|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeAttribute | |
---|---|
classUtils.javassist.bytecode | Bytecode-level API. |
classUtils.javassist.convert |
Uses of CodeAttribute in classUtils.javassist.bytecode |
---|
Methods in classUtils.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 classUtils.javassist.bytecode with parameters of type CodeAttribute | |
---|---|
void |
MethodInfo.setCodeAttribute(CodeAttribute cattr)
Adds a Code attribute. |
Uses of CodeAttribute in classUtils.javassist.convert |
---|
Methods in classUtils.javassist.convert with parameters of type CodeAttribute | |
---|---|
void |
TransformCall.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformNew.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformFieldAccess.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
Transformer.initialize(ConstPool cp,
CodeAttribute attr)
|
void |
TransformBefore.initialize(ConstPool cp,
CodeAttribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |