Class MULTIANEWARRAY

java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.MULTIANEWARRAY
All Implemented Interfaces:
Serializable

public class MULTIANEWARRAY extends Instruction
MULTIANEWARRAY - Create new multidimensional array. For more information see the Java VM specification.
See Also:
  • Field Details

    • desc

      public String desc
    • dims

      public int dims
  • Constructor Details

    • MULTIANEWARRAY

      public MULTIANEWARRAY(int iid, int mid, String desc, int dims)
      Creates a new MULTIANEWARRAY instruction.
      Parameters:
      iid - instruction id.
      mid - method id.
      desc - the descriptor of the array
      dims - the number of dimensions
  • Method Details

    • accept

      public void accept(IVisitor visitor)
      Accept method for the visitor.
      Specified by:
      accept in class Instruction
      Parameters:
      visitor - the visitor
    • toString

      public String toString()
      Returns the string representation of the instruction.
      Overrides:
      toString in class Object
      Returns:
      the representation.