Class Invocation


  • public class Invocation
    extends java.lang.Object
    The type Invocation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Invocation​(int opcode, java.lang.String type, java.lang.String name, java.lang.String desc)
      Instantiates a new Invocation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDesc()
      Gets desc.
      java.lang.String getName()
      Gets name.
      int getOpcode()
      Gets opcode.
      java.lang.String getType()
      Gets type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Invocation

        public Invocation​(int opcode,
                          java.lang.String type,
                          java.lang.String name,
                          java.lang.String desc)
        Instantiates a new Invocation.
        Parameters:
        opcode - the opcode
        type - the type
        name - the name
        desc - the desc
    • Method Detail

      • getOpcode

        public int getOpcode()
        Gets opcode.
        Returns:
        the opcode
      • getType

        public java.lang.String getType()
        Gets type.
        Returns:
        the type
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • getDesc

        public java.lang.String getDesc()
        Gets desc.
        Returns:
        the desc