Record Class ESExpr.Str

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Str
Record Components:
s - The string value.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Str(String s) extends Record implements ESExpr
A string value.