Class VarrefHelper

java.lang.Object
org.kink_lang.kink.VarrefHelper

public class VarrefHelper extends Object
The helper for varref vals.
  • Method Details

    • of

      public VarrefVal of(Val owner, int symHandle)
      Returns a varref.
      Parameters:
      owner - the owner of the var.
      symHandle - the handle of the sym of the var.
      Returns:
      a varref.
    • of

      public VarrefVal of(Val owner, String sym)
      Returns a varref.
      Parameters:
      owner - the owner of the var.
      sym - the sym of the var.
      Returns:
      a varref.