Namespace: Albatross.Expression.Nodes
Base interface for all tokens in the expression system, providing basic token identification and text representation.
public interface IToken
Attributes NullableContextAttribute
The token identifier used for parsing and recognition.
public abstract string Token { get; }
Returns the text representation of this token for display or serialization purposes.
string Text()
String
A string representation of the token.