java.lang.Object
org.kink_lang.kink.HostResultCore
org.kink_lang.kink.Val
org.kink_lang.kink.StrVal
- All Implemented Interfaces:
HostResult
A str val.
-
Field Summary
-
Method Summary
Methods inherited from class org.kink_lang.kink.Val
getVar, getVarSymHandleSet, hasVar, identity, makeHostResultCore, setVar
-
Method Details
-
string
Returns the string.- Returns:
- the string.
-
concat
Returns a str val concatenatingthis
andtail
.- Parameters:
tail
- str val to concatenate.- Returns:
- a str val concatenating
this
andtail
.
-
toString
-
hashCode
public int hashCode() -
equals
-