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 | Represents a character literal. |
ConstLiteral | Represents a Literal/Constant field's value. |
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 | 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. |