|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.objectweb.asm.commons.EmptyVisitor it.imolinfo.jbi4corba.webservice.generator.bcm.CorbaOnewayMethodVisitor
public class CorbaOnewayMethodVisitor
This class is used to discover if a method is a oneway corba request.
Field Summary | |
---|---|
protected String |
internalStubName
The internal name of the stub. |
protected String |
methodName
The method name. |
protected List<String> |
onewayOperationList
The list of the 'oneway' operations. |
protected boolean |
zero
The boolean information to create the oneway corba request. |
Constructor Summary | |
---|---|
CorbaOnewayMethodVisitor(String stub,
String aMethodName,
List<String> aOnewayOperationList)
Constructor. |
Method Summary | |
---|---|
void |
visitInsn(int opcode)
Override. |
void |
visitMethodInsn(int opcode,
String owner,
String name,
String desc)
Override. |
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
---|
visit, visit, visitAnnotation, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitIincInsn, visitInnerClass, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String internalStubName
protected String methodName
protected List<String> onewayOperationList
protected boolean zero
Constructor Detail |
---|
public CorbaOnewayMethodVisitor(String stub, String aMethodName, List<String> aOnewayOperationList)
stub
- The internal class name of the stub.aMethodName
- The name of the method visited.aOnewayOperationList
- The oneway request collected.Method Detail |
---|
public void visitInsn(int opcode)
visitInsn
in interface org.objectweb.asm.MethodVisitor
visitInsn
in class org.objectweb.asm.commons.EmptyVisitor
opcode
- The op codepublic void visitMethodInsn(int opcode, String owner, String name, String desc)
visitMethodInsn
in interface org.objectweb.asm.MethodVisitor
visitMethodInsn
in class org.objectweb.asm.commons.EmptyVisitor
opcode
- The op codeowner
- The ownername
- The namedesc
- The desc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |