Package iota

Class NInvokestaticTuple

java.lang.Object
iota.NTuple
iota.NInvokestaticTuple

class NInvokestaticTuple extends NTuple
Representation of an instruction for calling static methods.
  • Field Details

    • name

      public String name
      Method name.
    • desc

      public String desc
      Method descriptor.
  • Constructor Details

    • NInvokestaticTuple

      public NInvokestaticTuple(int pc, String name, String desc)
      Constructs an NInvokestaticTuple object.
      Parameters:
      pc - program counter of the tuple.
      name - method name.
      desc - method descriptor.
  • Method Details

    • writeToStdOut

      public void writeToStdOut(PrettyPrinter p)
      Writes the information pertaining to this tuple to standard output.
      Specified by:
      writeToStdOut in class NTuple
      Parameters:
      p - for pretty printing with indentation.