Uses of Class
org.hotswap.agent.javassist.bytecode.StackMapTable
-
Packages that use StackMapTable Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.stackmap -
-
Uses of StackMapTable in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return StackMapTable Modifier and Type Method Description StackMapTableStackMapTable.Writer. toStackMapTable(ConstPool cp)Constructs and a return a stack map table containing the written stack map entries.Methods in org.hotswap.agent.javassist.bytecode with parameters of type StackMapTable Modifier and Type Method Description voidCodeAttribute. setAttribute(StackMapTable smt)Adds a stack map table.Constructors in org.hotswap.agent.javassist.bytecode with parameters of type StackMapTable Constructor Description Walker(StackMapTable smt)Constructs a walker. -
Uses of StackMapTable in org.hotswap.agent.javassist.bytecode.stackmap
Methods in org.hotswap.agent.javassist.bytecode.stackmap that return StackMapTable Modifier and Type Method Description static StackMapTableMapMaker. make(ClassPool classes, MethodInfo minfo)Computes the stack map table of the given method and returns it.StackMapTableMapMaker. toStackMap(TypedBlock[] blocks)
-