Uses of Class
org.hotswap.agent.javassist.bytecode.StackMap
-
Packages that use StackMap Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.stackmap -
-
Uses of StackMap in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return StackMap Modifier and Type Method Description StackMapStackMap.Writer. toStackMap(ConstPool cp)Converts to aStackMapattribute.Methods in org.hotswap.agent.javassist.bytecode with parameters of type StackMap Modifier and Type Method Description voidCodeAttribute. setAttribute(StackMap sm)Adds a stack map table for J2ME (CLDC).Constructors in org.hotswap.agent.javassist.bytecode with parameters of type StackMap Constructor Description Walker(StackMap sm)Constructs a walker. -
Uses of StackMap in org.hotswap.agent.javassist.bytecode.stackmap
Methods in org.hotswap.agent.javassist.bytecode.stackmap that return StackMap Modifier and Type Method Description static StackMapMapMaker. make2(ClassPool classes, MethodInfo minfo)Computes the stack map table for J2ME.StackMapMapMaker. toStackMap2(ConstPool cp, TypedBlock[] blocks)
-