java.lang.Object
org.kink_lang.kink.HostResultCore
org.kink_lang.kink.Val
org.kink_lang.kink.VarrefVal
- All Implemented Interfaces:
 HostResult
A varref val.
- See Also:
 
- 
Field Summary
 - 
Method Summary
Methods inherited from class org.kink_lang.kink.Val
getVar, getVarSymHandleSet, hasVar, identity, makeHostResultCore, setVar 
- 
Method Details
- 
owner
Returns the owner of the var.- Returns:
 - the owner of the var.
 
 - 
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
 - 
hashCode
public int hashCode() - 
equals
 
 -