Uses of Class
javassist.bytecode.StackMapTable.Writer
Packages that use StackMapTable.Writer
-
Uses of StackMapTable.Writer in javassist.bytecode
Fields in javassist.bytecode declared as StackMapTable.WriterMethods in javassist.bytecode with parameters of type StackMapTable.WriterModifier and TypeMethodDescriptionvoidClassFileWriter.MethodWriter.end(StackMapTable.Writer smap, ClassFileWriter.AttributeWriter aw) Ends adding a new method. -
Uses of StackMapTable.Writer in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap with parameters of type StackMapTable.WriterModifier and TypeMethodDescriptionprivate voidMapMaker.toStackMapBody(StackMapTable.Writer writer, TypedBlock bb, int diffL, int offsetDelta, TypedBlock prev)