public class Segment.SegmentMethodVisitor extends Object implements org.objectweb.asm.MethodVisitor
| Constructor and Description |
|---|
SegmentMethodVisitor() |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotationDefault() |
void |
visitAttribute(org.objectweb.asm.Attribute attribute) |
void |
visitCode() |
void |
visitEnd() |
void |
visitFieldInsn(int opcode,
String owner,
String name,
String desc) |
void |
visitFrame(int arg0,
int arg1,
Object[] arg2,
int arg3,
Object[] arg4) |
void |
visitIincInsn(int var,
int increment) |
void |
visitInsn(int opcode) |
void |
visitIntInsn(int opcode,
int operand) |
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) |
void |
visitLookupSwitchInsn(org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels) |
void |
visitMaxs(int maxStack,
int maxLocals) |
void |
visitMethodInsn(int opcode,
String owner,
String name,
String desc) |
void |
visitMultiANewArrayInsn(String desc,
int dimensions) |
org.objectweb.asm.AnnotationVisitor |
visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
void |
visitTableSwitchInsn(int min,
int max,
org.objectweb.asm.Label dflt,
org.objectweb.asm.Label[] labels) |
void |
visitTryCatchBlock(org.objectweb.asm.Label start,
org.objectweb.asm.Label end,
org.objectweb.asm.Label handler,
String type) |
void |
visitTypeInsn(int opcode,
String type) |
void |
visitVarInsn(int opcode,
int var) |
public SegmentMethodVisitor()
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in interface org.objectweb.asm.MethodVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
visitAnnotationDefault in interface org.objectweb.asm.MethodVisitorpublic void visitAttribute(org.objectweb.asm.Attribute attribute)
visitAttribute in interface org.objectweb.asm.MethodVisitorpublic void visitCode()
visitCode in interface org.objectweb.asm.MethodVisitorpublic void visitFrame(int arg0, int arg1, Object[] arg2, int arg3, Object[] arg4)
visitFrame in interface org.objectweb.asm.MethodVisitorpublic void visitLabel(org.objectweb.asm.Label label)
visitLabel in interface org.objectweb.asm.MethodVisitorpublic void visitLineNumber(int line, org.objectweb.asm.Label start)
visitLineNumber in interface org.objectweb.asm.MethodVisitorpublic void visitLocalVariable(String name, String desc, String signature, org.objectweb.asm.Label start, org.objectweb.asm.Label end, int index)
visitLocalVariable in interface org.objectweb.asm.MethodVisitorpublic void visitMaxs(int maxStack, int maxLocals)
visitMaxs in interface org.objectweb.asm.MethodVisitorpublic org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible)
visitParameterAnnotation in interface org.objectweb.asm.MethodVisitorpublic void visitTryCatchBlock(org.objectweb.asm.Label start, org.objectweb.asm.Label end, org.objectweb.asm.Label handler, String type)
visitTryCatchBlock in interface org.objectweb.asm.MethodVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.MethodVisitorpublic void visitFieldInsn(int opcode, String owner, String name, String desc)
visitFieldInsn in interface org.objectweb.asm.MethodVisitorpublic void visitIincInsn(int var, int increment)
visitIincInsn in interface org.objectweb.asm.MethodVisitorpublic void visitInsn(int opcode)
visitInsn in interface org.objectweb.asm.MethodVisitorpublic void visitIntInsn(int opcode, int operand)
visitIntInsn in interface org.objectweb.asm.MethodVisitorpublic void visitJumpInsn(int opcode, org.objectweb.asm.Label label)
visitJumpInsn in interface org.objectweb.asm.MethodVisitorpublic void visitLdcInsn(Object cst)
visitLdcInsn in interface org.objectweb.asm.MethodVisitorpublic void visitLookupSwitchInsn(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels)
visitLookupSwitchInsn in interface org.objectweb.asm.MethodVisitorpublic void visitMethodInsn(int opcode, String owner, String name, String desc)
visitMethodInsn in interface org.objectweb.asm.MethodVisitorpublic void visitMultiANewArrayInsn(String desc, int dimensions)
visitMultiANewArrayInsn in interface org.objectweb.asm.MethodVisitorpublic void visitTableSwitchInsn(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels)
visitTableSwitchInsn in interface org.objectweb.asm.MethodVisitorpublic void visitTypeInsn(int opcode, String type)
visitTypeInsn in interface org.objectweb.asm.MethodVisitorpublic void visitVarInsn(int opcode, int var)
visitVarInsn in interface org.objectweb.asm.MethodVisitorCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.