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.WriterStackMapTable.SimpleCopy. writerMethods in javassist.bytecode with parameters of type StackMapTable.Writer Modifier and Type Method Description voidClassFileWriter.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 voidMapMaker. toStackMapBody(StackMapTable.Writer writer, TypedBlock bb, int diffL, int offsetDelta, TypedBlock prev)
-