dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
NotExp
dmdscript
expression
Undocumented in source.
class
NotExp :
XUnaExp
{
this
(Loc loc, Expression e);
int
isBooleanResult
();
}
Constructors
this
this
(Loc loc, Expression e)
Undocumented in source.
Members
Functions
isBooleanResult
int
isBooleanResult
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From XUnaExp
ircode
uint
ircode
;
Undocumented in source.
toIR
void
toIR
(IRstate* irs, uint ret)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dmdscript
expression
classes
AddAssignExp
AddExp
AndAndExp
ArrayExp
ArrayLiteral
AssertExp
AssignExp
BinAssignExp
BinExp
BooleanExpression
CallExp
CmpExp
CommaExp
CondExp
DeleteExp
DotExp
Expression
Field
FunctionLiteral
IdentifierExpression
InExp
NewExp
NotExp
NullExpression
ObjectLiteral
OrOrExp
PostDecExp
PostIncExp
PreExp
RealExpression
RegExpLiteral
StringExpression
ThisExpression
UnaExp
XBinExp
XUnaExp