Literal public abstract class Literal : ValueExpression Documentation public abstract LiteralType LiteralType { get; } public string Value { get; set; } protected Literal()