Module Literal
Provides all literal classes.
All literals have the common base class Literal
.
Import path
import semmle.code.csharp.exprs.Literal
Imports
Expr |
Provides all expression classes. |
Classes
BoolLiteral |
A Boolean literal, for example |
CharLiteral |
A Unicode character literal, for example |
DecimalLiteral |
A |
DoubleLiteral |
A |
FloatLiteral |
A |
IntLiteral |
An |
IntegerLiteral |
An integer literal. Either an |
Literal |
A literal. Either a Boolean literal ( |
LongLiteral |
A |
NullLiteral |
A |
RealLiteral |
A floating point literal. Either a |
StringLiteral |
A |
StringLiteralUtf16 |
A |
StringLiteralUtf8 |
A |
UIntLiteral |
A |
ULongLiteral |
A |