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 Documentation for this section has not yet been entered.
CharLiteral Documentation for this section has not yet been entered.
DoubleLiteral Documentation for this section has not yet been entered.
FloatLiteral Documentation for this section has not yet been entered.
IntLiteral Documentation for this section has not yet been entered.
IntPtrLiteral Documentation for this section has not yet been entered.
Literal Represents a dylan.NET literal.
LongLiteral Documentation for this section has not yet been entered.
NullLiteral Represents the 'null' keyword in the form of a literal of type object.
NumberLiteral Documentation for this section has not yet been entered.
SByteLiteral Documentation for this section has not yet been entered.
ShortLiteral Documentation for this section has not yet been entered.
StringLiteral Documentation for this section has not yet been entered.
UIntLiteral Documentation for this section has not yet been entered.
ULongLiteral Documentation for this section has not yet been entered.
UShortLiteral Documentation for this section has not yet been entered.