Class FSTORE

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

public class FSTORE extends Instruction
FSTORE - Store float into local variable. For more information see the Java VM specification.
See Also:
  • Field Details

    • var

      public int var
  • Constructor Details

    • FSTORE

      public FSTORE(int iid, int mid, int var)
      Creates a new FSTORE instruction.
      Parameters:
      iid - instruction id.
      mid - method id.
      var - local variable index to store into
  • 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.