Uses of Class
javassist.bytecode.StackMapTable.Writer
-
Packages that use StackMapTable.Writer Package Description javassist.bytecode Bytecode-level API.javassist.bytecode.stackmap -
-
Uses of StackMapTable.Writer in javassist.bytecode
Fields in javassist.bytecode declared as StackMapTable.Writer Modifier and Type Field Description private StackMapTable.Writer
StackMapTable.SimpleCopy. writer
Methods in javassist.bytecode with parameters of type StackMapTable.Writer Modifier and Type Method Description void
ClassFileWriter.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.Writer Modifier and Type Method Description private void
MapMaker. toStackMapBody(StackMapTable.Writer writer, TypedBlock bb, int diffL, int offsetDelta, TypedBlock prev)
-