public class LoggableTextifier
extends org.objectweb.asm.util.Textifier
Constructor and Description |
---|
LoggableTextifier() |
Modifier and Type | Method and Description |
---|---|
protected org.objectweb.asm.util.Textifier |
createTextifier() |
protected void |
log() |
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
void |
visit(String name,
Object value) |
org.objectweb.asm.util.Textifier |
visitAnnotation(String desc,
boolean visible) |
org.objectweb.asm.util.Textifier |
visitAnnotation(String name,
String desc) |
org.objectweb.asm.util.Textifier |
visitAnnotationDefault() |
void |
visitAnnotationEnd() |
org.objectweb.asm.util.Textifier |
visitArray(String name) |
void |
visitAttribute(org.objectweb.asm.Attribute attr) |
org.objectweb.asm.util.Textifier |
visitClassAnnotation(String desc,
boolean visible) |
void |
visitClassAttribute(org.objectweb.asm.Attribute attr) |
void |
visitClassEnd() |
org.objectweb.asm.util.Printer |
visitClassTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
void |
visitCode() |
void |
visitEnum(String name,
String desc,
String value) |
void |
visitExport(String export,
int access,
String... modules) |
org.objectweb.asm.util.Textifier |
visitField(int access,
String name,
String desc,
String signature,
Object value) |
org.objectweb.asm.util.Textifier |
visitFieldAnnotation(String desc,
boolean visible) |
void |
visitFieldAttribute(org.objectweb.asm.Attribute attr) |
void |
visitFieldEnd() |
void |
visitFieldInsn(int opcode,
String owner,
String name,
String desc) |
org.objectweb.asm.util.Printer |
visitFieldTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
void |
visitFrame(int type,
int nLocal,
Object[] local,
int nStack,
Object[] stack) |
void |
visitIincInsn(int var,
int increment) |
void |
visitInnerClass(String name,
String outerName,
String innerName,
int access) |
void |
visitInsn(int opcode) |
org.objectweb.asm.util.Printer |
visitInsnAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
void |
visitIntInsn(int opcode,
int operand) |
void |
visitInvokeDynamicInsn(String name,
String desc,
org.objectweb.asm.Handle bsm,
Object... bsmArgs) |
void |
visitJumpInsn(int opcode,
org.objectweb.asm.Label label) |
void |
visitLabel(org.objectweb.asm.Label label) |
void |
visitLdcInsn(Object cst) |
void |
visitLineNumber(int line,
org.objectweb.asm.Label start) |
void |
visitLocalVariable(String name,
String desc,
String signature,
org.objectweb.asm.Label start,
org.objectweb.asm.Label end,
int index) |
org.objectweb.asm.util.Printer |
visitLocalVariableAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
org.objectweb.asm.Label[] start,
org.objectweb.asm.Label[] end,
int[] index,
String desc,
boolean visible) |
void |
visitLookupSwitchInsn(org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels) |
void |
visitMaxs(int maxStack,
int maxLocals) |
org.objectweb.asm.util.Textifier |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
org.objectweb.asm.util.Textifier |
visitMethodAnnotation(String desc,
boolean visible) |
void |
visitMethodAttribute(org.objectweb.asm.Attribute attr) |
void |
visitMethodEnd() |
void |
visitMethodInsn(int opcode,
String owner,
String name,
String desc) |
void |
visitMethodInsn(int opcode,
String owner,
String name,
String desc,
boolean itf) |
org.objectweb.asm.util.Printer |
visitMethodTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
org.objectweb.asm.util.Printer |
visitModule(String name,
int access,
String version) |
void |
visitModuleEnd() |
void |
visitMultiANewArrayInsn(String desc,
int dims) |
void |
visitOuterClass(String owner,
String name,
String desc) |
void |
visitParameter(String name,
int access) |
org.objectweb.asm.util.Textifier |
visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
void |
visitProvide(String provide,
String... providers) |
void |
visitRequire(String require,
int access,
String version) |
void |
visitSource(String file,
String debug) |
void |
visitTableSwitchInsn(int min,
int max,
org.objectweb.asm.Label dflt,
org.objectweb.asm.Label... labels) |
org.objectweb.asm.util.Printer |
visitTryCatchAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
void |
visitTryCatchBlock(org.objectweb.asm.Label start,
org.objectweb.asm.Label end,
org.objectweb.asm.Label handler,
String type) |
org.objectweb.asm.util.Textifier |
visitTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
String desc,
boolean visible) |
void |
visitTypeInsn(int opcode,
String type) |
void |
visitUse(String use) |
void |
visitVarInsn(int opcode,
int var) |
appendDescriptor, appendHandle, appendLabel, main, visitAnnotableParameterCount, visitMainClass, visitNestHost, visitNestMember, visitOpen, visitPackage, visitPermittedSubtypeExperimental, visitRecordComponentAnnotationExperimental, visitRecordComponentAttributeExperimental, visitRecordComponentEndExperimental, visitRecordComponentExperimental, visitRecordComponentTypeAnnotationExperimental
protected org.objectweb.asm.util.Textifier createTextifier()
createTextifier
in class org.objectweb.asm.util.Textifier
protected void log()
public void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
visit
in class org.objectweb.asm.util.Textifier
public void visitSource(String file, String debug)
visitSource
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitModule(String name, int access, String version)
visitModule
in class org.objectweb.asm.util.Textifier
public void visitOuterClass(String owner, String name, String desc)
visitOuterClass
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitClassAnnotation(String desc, boolean visible)
visitClassAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitClassTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitClassTypeAnnotation
in class org.objectweb.asm.util.Textifier
public void visitClassAttribute(org.objectweb.asm.Attribute attr)
visitClassAttribute
in class org.objectweb.asm.util.Textifier
public void visitInnerClass(String name, String outerName, String innerName, int access)
visitInnerClass
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitField(int access, String name, String desc, String signature, Object value)
visitField
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitMethod(int access, String name, String desc, String signature, String[] exceptions)
visitMethod
in class org.objectweb.asm.util.Textifier
public void visitClassEnd()
visitClassEnd
in class org.objectweb.asm.util.Textifier
public void visitRequire(String require, int access, String version)
visitRequire
in class org.objectweb.asm.util.Textifier
public void visitExport(String export, int access, String... modules)
visitExport
in class org.objectweb.asm.util.Textifier
public void visitUse(String use)
visitUse
in class org.objectweb.asm.util.Textifier
public void visitProvide(String provide, String... providers)
visitProvide
in class org.objectweb.asm.util.Textifier
public void visitModuleEnd()
visitModuleEnd
in class org.objectweb.asm.util.Textifier
public void visit(String name, Object value)
visit
in class org.objectweb.asm.util.Textifier
public void visitEnum(String name, String desc, String value)
visitEnum
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitAnnotation(String name, String desc)
visitAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitArray(String name)
visitArray
in class org.objectweb.asm.util.Textifier
public void visitAnnotationEnd()
visitAnnotationEnd
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitFieldAnnotation(String desc, boolean visible)
visitFieldAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitFieldTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitFieldTypeAnnotation
in class org.objectweb.asm.util.Textifier
public void visitFieldAttribute(org.objectweb.asm.Attribute attr)
visitFieldAttribute
in class org.objectweb.asm.util.Textifier
public void visitFieldEnd()
visitFieldEnd
in class org.objectweb.asm.util.Textifier
public void visitParameter(String name, int access)
visitParameter
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitAnnotationDefault()
visitAnnotationDefault
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitMethodAnnotation(String desc, boolean visible)
visitMethodAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitMethodTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitMethodTypeAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitParameterAnnotation(int parameter, String desc, boolean visible)
visitParameterAnnotation
in class org.objectweb.asm.util.Textifier
public void visitMethodAttribute(org.objectweb.asm.Attribute attr)
visitMethodAttribute
in class org.objectweb.asm.util.Textifier
public void visitCode()
visitCode
in class org.objectweb.asm.util.Textifier
public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack)
visitFrame
in class org.objectweb.asm.util.Textifier
public void visitInsn(int opcode)
visitInsn
in class org.objectweb.asm.util.Textifier
public void visitIntInsn(int opcode, int operand)
visitIntInsn
in class org.objectweb.asm.util.Textifier
public void visitVarInsn(int opcode, int var)
visitVarInsn
in class org.objectweb.asm.util.Textifier
public void visitTypeInsn(int opcode, String type)
visitTypeInsn
in class org.objectweb.asm.util.Textifier
public void visitFieldInsn(int opcode, String owner, String name, String desc)
visitFieldInsn
in class org.objectweb.asm.util.Textifier
public void visitMethodInsn(int opcode, String owner, String name, String desc)
visitMethodInsn
in class org.objectweb.asm.util.Printer
public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf)
visitMethodInsn
in class org.objectweb.asm.util.Textifier
public void visitInvokeDynamicInsn(String name, String desc, org.objectweb.asm.Handle bsm, Object... bsmArgs)
visitInvokeDynamicInsn
in class org.objectweb.asm.util.Textifier
public void visitJumpInsn(int opcode, org.objectweb.asm.Label label)
visitJumpInsn
in class org.objectweb.asm.util.Textifier
public void visitLabel(org.objectweb.asm.Label label)
visitLabel
in class org.objectweb.asm.util.Textifier
public void visitLdcInsn(Object cst)
visitLdcInsn
in class org.objectweb.asm.util.Textifier
public void visitIincInsn(int var, int increment)
visitIincInsn
in class org.objectweb.asm.util.Textifier
public void visitTableSwitchInsn(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label... labels)
visitTableSwitchInsn
in class org.objectweb.asm.util.Textifier
public void visitLookupSwitchInsn(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels)
visitLookupSwitchInsn
in class org.objectweb.asm.util.Textifier
public void visitMultiANewArrayInsn(String desc, int dims)
visitMultiANewArrayInsn
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitInsnAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitInsnAnnotation
in class org.objectweb.asm.util.Textifier
public void visitTryCatchBlock(org.objectweb.asm.Label start, org.objectweb.asm.Label end, org.objectweb.asm.Label handler, String type)
visitTryCatchBlock
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitTryCatchAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitTryCatchAnnotation
in class org.objectweb.asm.util.Textifier
public void visitLocalVariable(String name, String desc, String signature, org.objectweb.asm.Label start, org.objectweb.asm.Label end, int index)
visitLocalVariable
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Printer visitLocalVariableAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, org.objectweb.asm.Label[] start, org.objectweb.asm.Label[] end, int[] index, String desc, boolean visible)
visitLocalVariableAnnotation
in class org.objectweb.asm.util.Textifier
public void visitLineNumber(int line, org.objectweb.asm.Label start)
visitLineNumber
in class org.objectweb.asm.util.Textifier
public void visitMaxs(int maxStack, int maxLocals)
visitMaxs
in class org.objectweb.asm.util.Textifier
public void visitMethodEnd()
visitMethodEnd
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitAnnotation(String desc, boolean visible)
visitAnnotation
in class org.objectweb.asm.util.Textifier
public org.objectweb.asm.util.Textifier visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible)
visitTypeAnnotation
in class org.objectweb.asm.util.Textifier
public void visitAttribute(org.objectweb.asm.Attribute attr)
visitAttribute
in class org.objectweb.asm.util.Textifier