AssertArguments

Members

Aliases

message
deprecated alias message = firstMessage
Undocumented in source.

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
firstMessage
inout(ExpressionNode) firstMessage()

Returns messageParts[0] or null if no messageParts.

Mixins

__anonymous
mixin OpEquals
Undocumented in source.

Variables

assertion
ExpressionNode assertion;
messageParts
ExpressionNode[] messageParts;

Mixed In Members

From mixin OpEquals

opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseNode

tokens
const(Token)[] tokens;

List of tokens consumed by this AST node

accept
void accept(ASTVisitor visitor)
Undocumented in source.

Meta