Uses of Class
org.hotswap.agent.javassist.bytecode.CodeAttribute
-
Packages that use CodeAttribute Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.stackmap org.hotswap.agent.javassist.compiler org.hotswap.agent.javassist.convert -
-
Uses of CodeAttribute in org.hotswap.agent.javassist.bytecode
Fields in org.hotswap.agent.javassist.bytecode declared as CodeAttribute Modifier and Type Field Description protected CodeAttributeCodeIterator. codeAttrMethods in org.hotswap.agent.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 org.hotswap.agent.javassist.bytecode with parameters of type CodeAttribute Modifier and Type Method Description voidMethodInfo. setCodeAttribute(CodeAttribute cattr)Adds a Code attribute.Constructors in org.hotswap.agent.javassist.bytecode with parameters of type CodeAttribute Constructor Description CodeIterator(CodeAttribute ca) -
Uses of CodeAttribute in org.hotswap.agent.javassist.bytecode.stackmap
Methods in org.hotswap.agent.javassist.bytecode.stackmap with parameters of type CodeAttribute Modifier and Type Method Description static TypedBlock[]TypedBlock. makeBlocks(MethodInfo minfo, CodeAttribute ca, boolean optimize)Divides the method body into basic blocks.Constructors in org.hotswap.agent.javassist.bytecode.stackmap with parameters of type CodeAttribute Constructor Description MapMaker(ClassPool classes, MethodInfo minfo, CodeAttribute ca) -
Uses of CodeAttribute in org.hotswap.agent.javassist.compiler
Methods in org.hotswap.agent.javassist.compiler with parameters of type CodeAttribute Modifier and Type Method Description booleanJavac. recordLocalVariables(CodeAttribute ca, int pc)Records local variables available at the specified program counter.booleanJavac. recordParamNames(CodeAttribute ca, int numOfLocalVars)Records parameter names if the LocalVariableAttribute is available. -
Uses of CodeAttribute in org.hotswap.agent.javassist.convert
Methods in org.hotswap.agent.javassist.convert with parameters of type CodeAttribute Modifier and Type Method Description voidTransformBefore. initialize(ConstPool cp, CodeAttribute attr)voidTransformCall. initialize(ConstPool cp, CodeAttribute attr)voidTransformer. initialize(ConstPool cp, CodeAttribute attr)voidTransformFieldAccess. initialize(ConstPool cp, CodeAttribute attr)voidTransformNew. initialize(ConstPool cp, CodeAttribute attr)voidTransformNewClass. initialize(ConstPool cp, CodeAttribute attr)
-