Package iota
Class NInvokestaticTuple
java.lang.Object
iota.NTuple
iota.NInvokestaticTuple
Representation of an instruction for calling static methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNInvokestaticTuple
(int pc, String name, String desc) Constructs an NInvokestaticTuple object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the information pertaining to this tuple to standard output.
-
Field Details
-
name
Method name. -
desc
Method descriptor.
-
-
Constructor Details
-
NInvokestaticTuple
Constructs an NInvokestaticTuple object.- Parameters:
pc
- program counter of the tuple.name
- method name.desc
- method descriptor.
-
-
Method Details
-
writeToStdOut
Writes the information pertaining to this tuple to standard output.- Specified by:
writeToStdOut
in classNTuple
- Parameters:
p
- for pretty printing with indentation.
-