tokenizer.AST

dylan.NET.Tokenizer.AST.Tokens.Literals Namespace

Namespace

All classes representing a literal are to be placed in this namespace.

Type Description
BooleanLiteral Represents a boolean literal.
ByteLiteral Represents a byte (uint8) literal.
CharLiteral Represents a character literal.
ConstLiteral Represents a Literal/Constant field's value.
DecimalLiteral Documentation for this section has not yet been entered.
DoubleLiteral Represents a double (float64) literal.
FloatLiteral Represents a single (float32) literal.
IntLiteral Represents an integer (int32) literal.
IntPtrLiteral Documentation for this section has not yet been entered.
Literal Represents a dylan.NET literal.
LongLiteral Represents a long (int64) literal.
NullLiteral Represents the 'null' keyword in the form of a literal of type object.
NumberLiteral Represents a dylan.NET number literal.
SByteLiteral Represents an sbyte (int8) literal.
ShortLiteral Represents a short (int16) literal.
StringLiteral Represents a string literal.
UIntLiteral Represents an uinteger (uint32) literal.
ULongLiteral Documentation for this section has not yet been entered.
UShortLiteral Documentation for this section has not yet been entered.