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.
- See Also:
 
- 
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.
 
 - 
isEmpty
public boolean isEmpty()Returns whether the string is empty.- Returns:
 - whether the string is empty.
 
 - 
concat
Returns a str val concatenatingthisandtail.- Parameters:
 tail- str val to concatenate.- Returns:
 - a str val concatenating 
thisandtail. 
 - 
toString
 - 
hashCode
public int hashCode() - 
equals
 
 -