org.jvnet.hk2.generator.internal
Class AbstractMethodVisitorImpl
java.lang.Object
org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- All Implemented Interfaces:
- org.objectweb.asm.MethodVisitor
public abstract class AbstractMethodVisitorImpl
- extends Object
- implements org.objectweb.asm.MethodVisitor
This in only here to keep the main-line code less messy
- Author:
- jwells
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.asm.MethodVisitor |
visitAnnotation |
AbstractMethodVisitorImpl
public AbstractMethodVisitorImpl()
visitAnnotationDefault
public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
- Specified by:
visitAnnotationDefault
in interface org.objectweb.asm.MethodVisitor
visitAttribute
public void visitAttribute(org.objectweb.asm.Attribute arg0)
- Specified by:
visitAttribute
in interface org.objectweb.asm.MethodVisitor
visitEnd
public void visitEnd()
- Specified by:
visitEnd
in interface org.objectweb.asm.MethodVisitor
visitCode
public void visitCode()
- Specified by:
visitCode
in interface org.objectweb.asm.MethodVisitor
visitFieldInsn
public void visitFieldInsn(int arg0,
String arg1,
String arg2,
String arg3)
- Specified by:
visitFieldInsn
in interface org.objectweb.asm.MethodVisitor
visitFrame
public void visitFrame(int arg0,
int arg1,
Object[] arg2,
int arg3,
Object[] arg4)
- Specified by:
visitFrame
in interface org.objectweb.asm.MethodVisitor
visitIincInsn
public void visitIincInsn(int arg0,
int arg1)
- Specified by:
visitIincInsn
in interface org.objectweb.asm.MethodVisitor
visitInsn
public void visitInsn(int arg0)
- Specified by:
visitInsn
in interface org.objectweb.asm.MethodVisitor
visitIntInsn
public void visitIntInsn(int arg0,
int arg1)
- Specified by:
visitIntInsn
in interface org.objectweb.asm.MethodVisitor
visitJumpInsn
public void visitJumpInsn(int arg0,
org.objectweb.asm.Label arg1)
- Specified by:
visitJumpInsn
in interface org.objectweb.asm.MethodVisitor
visitLabel
public void visitLabel(org.objectweb.asm.Label arg0)
- Specified by:
visitLabel
in interface org.objectweb.asm.MethodVisitor
visitLdcInsn
public void visitLdcInsn(Object arg0)
- Specified by:
visitLdcInsn
in interface org.objectweb.asm.MethodVisitor
visitLineNumber
public void visitLineNumber(int arg0,
org.objectweb.asm.Label arg1)
- Specified by:
visitLineNumber
in interface org.objectweb.asm.MethodVisitor
visitLocalVariable
public void visitLocalVariable(String arg0,
String arg1,
String arg2,
org.objectweb.asm.Label arg3,
org.objectweb.asm.Label arg4,
int arg5)
- Specified by:
visitLocalVariable
in interface org.objectweb.asm.MethodVisitor
visitLookupSwitchInsn
public void visitLookupSwitchInsn(org.objectweb.asm.Label arg0,
int[] arg1,
org.objectweb.asm.Label[] arg2)
- Specified by:
visitLookupSwitchInsn
in interface org.objectweb.asm.MethodVisitor
visitMaxs
public void visitMaxs(int arg0,
int arg1)
- Specified by:
visitMaxs
in interface org.objectweb.asm.MethodVisitor
visitMethodInsn
public void visitMethodInsn(int arg0,
String arg1,
String arg2,
String arg3)
- Specified by:
visitMethodInsn
in interface org.objectweb.asm.MethodVisitor
visitMultiANewArrayInsn
public void visitMultiANewArrayInsn(String arg0,
int arg1)
- Specified by:
visitMultiANewArrayInsn
in interface org.objectweb.asm.MethodVisitor
visitParameterAnnotation
public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int arg0,
String arg1,
boolean arg2)
- Specified by:
visitParameterAnnotation
in interface org.objectweb.asm.MethodVisitor
visitTableSwitchInsn
public void visitTableSwitchInsn(int arg0,
int arg1,
org.objectweb.asm.Label arg2,
org.objectweb.asm.Label[] arg3)
- Specified by:
visitTableSwitchInsn
in interface org.objectweb.asm.MethodVisitor
visitTryCatchBlock
public void visitTryCatchBlock(org.objectweb.asm.Label arg0,
org.objectweb.asm.Label arg1,
org.objectweb.asm.Label arg2,
String arg3)
- Specified by:
visitTryCatchBlock
in interface org.objectweb.asm.MethodVisitor
visitTypeInsn
public void visitTypeInsn(int arg0,
String arg1)
- Specified by:
visitTypeInsn
in interface org.objectweb.asm.MethodVisitor
visitVarInsn
public void visitVarInsn(int arg0,
int arg1)
- Specified by:
visitVarInsn
in interface org.objectweb.asm.MethodVisitor
Copyright © 2013 Oracle Corporation. All Rights Reserved.