public abstract class AbstractMethodVisitorImpl extends Object implements org.objectweb.asm.MethodVisitor
Constructor and Description |
---|
AbstractMethodVisitorImpl() |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotationDefault() |
void |
visitAttribute(org.objectweb.asm.Attribute arg0) |
void |
visitCode() |
void |
visitEnd() |
void |
visitFieldInsn(int arg0,
String arg1,
String arg2,
String arg3) |
void |
visitFrame(int arg0,
int arg1,
Object[] arg2,
int arg3,
Object[] arg4) |
void |
visitIincInsn(int arg0,
int arg1) |
void |
visitInsn(int arg0) |
void |
visitIntInsn(int arg0,
int arg1) |
void |
visitJumpInsn(int arg0,
org.objectweb.asm.Label arg1) |
void |
visitLabel(org.objectweb.asm.Label arg0) |
void |
visitLdcInsn(Object arg0) |
void |
visitLineNumber(int arg0,
org.objectweb.asm.Label arg1) |
void |
visitLocalVariable(String arg0,
String arg1,
String arg2,
org.objectweb.asm.Label arg3,
org.objectweb.asm.Label arg4,
int arg5) |
void |
visitLookupSwitchInsn(org.objectweb.asm.Label arg0,
int[] arg1,
org.objectweb.asm.Label[] arg2) |
void |
visitMaxs(int arg0,
int arg1) |
void |
visitMethodInsn(int arg0,
String arg1,
String arg2,
String arg3) |
void |
visitMultiANewArrayInsn(String arg0,
int arg1) |
org.objectweb.asm.AnnotationVisitor |
visitParameterAnnotation(int arg0,
String arg1,
boolean arg2) |
void |
visitTableSwitchInsn(int arg0,
int arg1,
org.objectweb.asm.Label arg2,
org.objectweb.asm.Label[] arg3) |
void |
visitTryCatchBlock(org.objectweb.asm.Label arg0,
org.objectweb.asm.Label arg1,
org.objectweb.asm.Label arg2,
String arg3) |
void |
visitTypeInsn(int arg0,
String arg1) |
void |
visitVarInsn(int arg0,
int arg1) |
public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
visitAnnotationDefault
in interface org.objectweb.asm.MethodVisitor
public void visitAttribute(org.objectweb.asm.Attribute arg0)
visitAttribute
in interface org.objectweb.asm.MethodVisitor
public void visitEnd()
visitEnd
in interface org.objectweb.asm.MethodVisitor
public void visitCode()
visitCode
in interface org.objectweb.asm.MethodVisitor
public void visitFieldInsn(int arg0, String arg1, String arg2, String arg3)
visitFieldInsn
in interface org.objectweb.asm.MethodVisitor
public void visitFrame(int arg0, int arg1, Object[] arg2, int arg3, Object[] arg4)
visitFrame
in interface org.objectweb.asm.MethodVisitor
public void visitIincInsn(int arg0, int arg1)
visitIincInsn
in interface org.objectweb.asm.MethodVisitor
public void visitInsn(int arg0)
visitInsn
in interface org.objectweb.asm.MethodVisitor
public void visitIntInsn(int arg0, int arg1)
visitIntInsn
in interface org.objectweb.asm.MethodVisitor
public void visitJumpInsn(int arg0, org.objectweb.asm.Label arg1)
visitJumpInsn
in interface org.objectweb.asm.MethodVisitor
public void visitLabel(org.objectweb.asm.Label arg0)
visitLabel
in interface org.objectweb.asm.MethodVisitor
public void visitLdcInsn(Object arg0)
visitLdcInsn
in interface org.objectweb.asm.MethodVisitor
public void visitLineNumber(int arg0, org.objectweb.asm.Label arg1)
visitLineNumber
in interface org.objectweb.asm.MethodVisitor
public void visitLocalVariable(String arg0, String arg1, String arg2, org.objectweb.asm.Label arg3, org.objectweb.asm.Label arg4, int arg5)
visitLocalVariable
in interface org.objectweb.asm.MethodVisitor
public void visitLookupSwitchInsn(org.objectweb.asm.Label arg0, int[] arg1, org.objectweb.asm.Label[] arg2)
visitLookupSwitchInsn
in interface org.objectweb.asm.MethodVisitor
public void visitMaxs(int arg0, int arg1)
visitMaxs
in interface org.objectweb.asm.MethodVisitor
public void visitMethodInsn(int arg0, String arg1, String arg2, String arg3)
visitMethodInsn
in interface org.objectweb.asm.MethodVisitor
public void visitMultiANewArrayInsn(String arg0, int arg1)
visitMultiANewArrayInsn
in interface org.objectweb.asm.MethodVisitor
public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int arg0, String arg1, boolean arg2)
visitParameterAnnotation
in interface org.objectweb.asm.MethodVisitor
public void visitTableSwitchInsn(int arg0, int arg1, org.objectweb.asm.Label arg2, org.objectweb.asm.Label[] arg3)
visitTableSwitchInsn
in interface org.objectweb.asm.MethodVisitor
public void visitTryCatchBlock(org.objectweb.asm.Label arg0, org.objectweb.asm.Label arg1, org.objectweb.asm.Label arg2, String arg3)
visitTryCatchBlock
in interface org.objectweb.asm.MethodVisitor
public void visitTypeInsn(int arg0, String arg1)
visitTypeInsn
in interface org.objectweb.asm.MethodVisitor
public void visitVarInsn(int arg0, int arg1)
visitVarInsn
in interface org.objectweb.asm.MethodVisitor
Copyright © 2014 Oracle Corporation. All rights reserved.