csharp
public sealed class BoundLiteralExpressionA literal whose value the lexer/binder has already computed.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public override BoundKind Kindpublic override TypeSymbol Typepublic override object? ConstantValue
Methods (1)
public BoundLiteralExpression(SyntaxNode syntax, TypeSymbol type, object? value)A literal whose value the lexer/binder has already computed.
Used by (3)
- BinderVixen.Raven
- ConstantEvaluatorVixen.Raven
- LowererVixen.Raven