Uses of Class
javassist.bytecode.CodeAttribute
Packages that use CodeAttribute
-
Uses of CodeAttribute in javassist.bytecode
Methods in javassist.bytecode that return CodeAttributeModifier and TypeMethodDescriptionCodeIterator.get()Returns a Code attribute read with this iterator.MethodInfo.getCodeAttribute()Returns a Code attribute.Bytecode.toCodeAttribute()Converts to aCodeAttribute.Methods in javassist.bytecode with parameters of type CodeAttributeModifier and TypeMethodDescriptionvoidMethodInfo.setCodeAttribute(CodeAttribute cattr) Adds a Code attribute.