Class Raw::LiteralExpr
INTERNAL: Do not use. A literal expression. For example:
42;
42.0;
"Hello, world!";
b"Hello, world!";
'x';
b'x';
r"Hello, world!";
true;
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Predicates
| getAttr | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this literal expression. |
| getTextValue | Gets the text value of this literal expression, if it exists. |
| toString |