Vixen
02b45cc4
csharp
public sealed class BoundLiteralExpression

A 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 Kind
  • public override TypeSymbol Type
  • public 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