Interface IToken
- Namespace
- Albatross.Expression.Nodes
- Assembly
- Albatross.Expression.dll
Base interface for all tokens in the expression system, providing basic token identification and text representation.
public interface IToken
- Extension Methods
Properties
Token
The token identifier used for parsing and recognition.
string Token { get; }
Property Value
Methods
Text()
Returns the text representation of this token for display or serialization purposes.
string Text()
Returns
- string
A string representation of the token.