Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
MethodInfo.setCodeAttribute(CodeAttribute cattr)
Adds a Code attribute.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.