|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.objectweb.asm.util.AbstractVisitor org.objectweb.asm.util.TraceAbstractVisitor org.objectweb.asm.util.TraceMethodVisitor it.imolinfo.jbi4corba.webservice.generator.bcm.AppenderMethodVisitor
public class AppenderMethodVisitor
This class is used to append (at the default constructor) the code to initialize some fields.
Field Summary |
---|
Fields inherited from class org.objectweb.asm.util.TraceMethodVisitor |
---|
labelNames, ltab, mv, tab2, tab3 |
Fields inherited from class org.objectweb.asm.util.TraceAbstractVisitor |
---|
CLASS_DECLARATION, CLASS_SIGNATURE, FIELD_DESCRIPTOR, FIELD_SIGNATURE, INTERNAL_NAME, METHOD_DESCRIPTOR, METHOD_SIGNATURE, PARAMETERS_DECLARATION, tab, TYPE_DECLARATION |
Fields inherited from class org.objectweb.asm.util.AbstractVisitor |
---|
buf, OPCODES, text, TYPES |
Constructor Summary | |
---|---|
AppenderMethodVisitor(org.objectweb.asm.MethodVisitor mv,
Map<String,String> mapOfFields,
String className)
Constructor. |
Method Summary | |
---|---|
void |
visitInsn(int opcode)
This method appends (before Opcodes.RETURN) the initialization code of every fields. |
Methods inherited from class org.objectweb.asm.util.TraceMethodVisitor |
---|
appendLabel, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitIincInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class org.objectweb.asm.util.TraceAbstractVisitor |
---|
appendDescriptor, createTraceAnnotationVisitor |
Methods inherited from class org.objectweb.asm.util.AbstractVisitor |
---|
appendString, getDefaultAttributes, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppenderMethodVisitor(org.objectweb.asm.MethodVisitor mv, Map<String,String> mapOfFields, String className)
mv
- The method visitor.mapOfFields
- The fields to initialize.className
- The name of the class.allInterfaceTypes
- All the Interface typeMethod Detail |
---|
public void visitInsn(int opcode)
visitInsn
in interface org.objectweb.asm.MethodVisitor
visitInsn
in class org.objectweb.asm.util.TraceMethodVisitor
opcode
- @see org.objectweb.asm.Opcodes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |