Uses of Class
javassist.bytecode.CodeAttribute
-
Packages that use CodeAttribute Package Description javassist.bytecode Bytecode-level API. -
-
Uses of CodeAttribute in javassist.bytecode
Methods in javassist.bytecode that return CodeAttribute Modifier and Type Method Description CodeAttributeCodeIterator. get()Returns a Code attribute read with this iterator.CodeAttributeMethodInfo. getCodeAttribute()Returns a Code attribute.CodeAttributeBytecode. toCodeAttribute()Converts to aCodeAttribute.Methods in javassist.bytecode with parameters of type CodeAttribute Modifier and Type Method Description voidMethodInfo. setCodeAttribute(CodeAttribute cattr)Adds a Code attribute.
-