Class VarrefVal

All Implemented Interfaces:
HostResult

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

    • owner

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

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

      public int symHandle()
      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