StaticIfCondition

Constructors

this
this(Loc loc, Expression exp)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
include
int include(Scope* sc, ScopeDsymbol sds)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Condition syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exp
Expression exp;
Undocumented in source.
nest
int nest;
Undocumented in source.

Inherited Members

From Condition

loc
Loc loc;
Undocumented in source.
inc
int inc;
Undocumented in source.
syntaxCopy
Condition syntaxCopy()
Undocumented in source.
include
int include(Scope* sc, ScopeDsymbol sds)
Undocumented in source.
isDebugCondition
DebugCondition isDebugCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta