Class VarrefVal

All Implemented Interfaces:
HostResult

public class VarrefVal extends Val
A varref val.
  • Method Details

    • getOwner

      public Val getOwner()
      Returns the owner of the var.
      Returns:
      the owner of the var.
    • getSym

      public String getSym()
      Returns the sym of the var.
      Returns:
      the sym of the var.
    • getSymHandle

      public int getSymHandle()
      Returns the sym handle of the var.
      Returns:
      the sym handle of the var.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object arg)
      Overrides:
      equals in class Object