Class InvocationFactory


  • public class InvocationFactory
    extends java.lang.Object
    The type Invocation factory.
    • Constructor Detail

      • InvocationFactory

        public InvocationFactory()
    • Method Detail

      • getInstance

        protected static InvocationFactory getInstance()
        Gets instance.
        Returns:
        the instance
      • getInvocation

        protected Invocation getInvocation​(int opcode,
                                           java.lang.String type,
                                           java.lang.String name,
                                           java.lang.String desc)
        Gets invocation.
        Parameters:
        opcode - the opcode
        type - the type
        name - the name
        desc - the desc
        Returns:
        the invocation