public class AsmMethodVisitor extends org.objectweb.asm.commons.EmptyVisitor
| Constructor and Description |
|---|
AsmMethodVisitor(AsmMethod method,
AsmClassProvider asmClassProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
visitEnd() |
void |
visitFieldInsn(int opcode,
String owner,
String fieldName,
String fieldDescription) |
void |
visitFrame(int type,
int nLocal,
Object[] local,
int nStack,
Object[] stack) |
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 |
visitLdcInsn(Object cst) |
void |
visitLineNumber(int line,
org.objectweb.asm.Label start) |
void |
visitLookupSwitchInsn(org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels) |
void |
visitMethodInsn(int opcode,
String owner,
String methodName,
String methodDescription) |
void |
visitMultiANewArrayInsn(String desc,
int dims) |
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 exception) |
void |
visitTypeInsn(int opcode,
String internalName) |
void |
visitVarInsn(int opcode,
int var) |
visit, visit, visitAnnotation, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnum, visitField, visitInnerClass, visitLabel, visitLocalVariable, visitMaxs, visitMethod, visitOuterClass, visitParameterAnnotation, visitSourcepublic AsmMethodVisitor(AsmMethod method, AsmClassProvider asmClassProvider)
public void visitFieldInsn(int opcode, String owner, String fieldName, String fieldDescription)
visitFieldInsn in interface org.objectweb.asm.MethodVisitorvisitFieldInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitMethodInsn(int opcode, String owner, String methodName, String methodDescription)
visitMethodInsn in interface org.objectweb.asm.MethodVisitorvisitMethodInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitTryCatchBlock(org.objectweb.asm.Label start, org.objectweb.asm.Label end, org.objectweb.asm.Label handler, String exception)
visitTryCatchBlock in interface org.objectweb.asm.MethodVisitorvisitTryCatchBlock in class org.objectweb.asm.commons.EmptyVisitorpublic void visitTypeInsn(int opcode, String internalName)
visitTypeInsn in interface org.objectweb.asm.MethodVisitorvisitTypeInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitLineNumber(int line, org.objectweb.asm.Label start)
visitLineNumber in interface org.objectweb.asm.MethodVisitorvisitLineNumber in class org.objectweb.asm.commons.EmptyVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitorvisitEnd in interface org.objectweb.asm.ClassVisitorvisitEnd in interface org.objectweb.asm.FieldVisitorvisitEnd in interface org.objectweb.asm.MethodVisitorvisitEnd in class org.objectweb.asm.commons.EmptyVisitorpublic void visitIincInsn(int var, int increment)
visitIincInsn in interface org.objectweb.asm.MethodVisitorvisitIincInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack)
visitFrame in interface org.objectweb.asm.MethodVisitorvisitFrame in class org.objectweb.asm.commons.EmptyVisitorpublic void visitInsn(int opcode)
visitInsn in interface org.objectweb.asm.MethodVisitorvisitInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitIntInsn(int opcode, int operand)
visitIntInsn in interface org.objectweb.asm.MethodVisitorvisitIntInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitJumpInsn(int opcode, org.objectweb.asm.Label label)
visitJumpInsn in interface org.objectweb.asm.MethodVisitorvisitJumpInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitLdcInsn(Object cst)
visitLdcInsn in interface org.objectweb.asm.MethodVisitorvisitLdcInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitLookupSwitchInsn(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels)
visitLookupSwitchInsn in interface org.objectweb.asm.MethodVisitorvisitLookupSwitchInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitMultiANewArrayInsn(String desc, int dims)
visitMultiANewArrayInsn in interface org.objectweb.asm.MethodVisitorvisitMultiANewArrayInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitTableSwitchInsn(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels)
visitTableSwitchInsn in interface org.objectweb.asm.MethodVisitorvisitTableSwitchInsn in class org.objectweb.asm.commons.EmptyVisitorpublic void visitVarInsn(int opcode, int var)
visitVarInsn in interface org.objectweb.asm.MethodVisitorvisitVarInsn in class org.objectweb.asm.commons.EmptyVisitorCopyright © 2009-2012 SonarSource. All Rights Reserved.