Table of Contents

Interface IValueToken

Namespace
Albatross.Expression.Nodes
Assembly
Albatross.Expression.dll

Represents a token that holds a value, typically a literal or variable reference.

public interface IValueToken : IToken
Inherited Members
Extension Methods

Properties

Value

The string value contained by this token.

string Value { get; }

Property Value

string