Literal Constructor |
Name | Description | |
---|---|---|
Literal(Boolean) |
Create a literal with the specified bool value.
| |
Literal(Char) |
Create a literal with the specified char value.
| |
Literal(Decimal) |
Create a literal with the specified decimal value.
| |
Literal(Double) |
Create a literal with the specified double value.
| |
Literal(Int32) |
Create a literal with the specified int value.
| |
Literal(Int64) |
Create a literal with the specified long value.
| |
Literal(Single) |
Create a literal with the specified float value.
| |
Literal(UInt32) |
Create a literal with the specified uint value.
| |
Literal(UInt64) |
Create a literal with the specified ulong value.
| |
Literal(Object, Boolean) |
Create a literal from the specified object (which can be any valid literal type, null, or an EnumConstant).
| |
Literal(String, Boolean) |
Create a literal with the specified string representation.
| |
Literal(Parser, CodeObject) |
Parse a Literal.
|