IntLiteralExprNode

Undocumented in source.

Members

Functions

isNegative
bool isNegative()
Undocumented in source. Be warned that the author may not have intended to support it.
isSigned
IsSigned isSigned()
Undocumented in source. Be warned that the author may not have intended to support it.
negate
void negate(TokenIndex pos, CompilationContext context)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ExpressionNodeData!(AstType.literal_int, 0, AstNodeState.name_resolve_done)
Undocumented in source.

Variables

value
ulong value;
Undocumented in source.

Meta