StringExpr

A string expression

final
class StringExpr : Expr {}

Members

Variables

value
string value;

The value of this expression

Meta