ExprParser.AddContext

Undocumented in source.

Constructors

this
this(ExprContext ctx)
Undocumented in source.

Members

Aliases

copyFrom
alias copyFrom = ExprContext.copyFrom
Undocumented in source.

Functions

accept
Variant accept(ParseTreeVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
enterRule
void enterRule(ParseTreeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
exitRule
void exitRule(ParseTreeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
expr
ExprContext[] expr()
Undocumented in source. Be warned that the author may not have intended to support it.
expr
ExprContext expr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ExprContext

getRuleIndex
size_t getRuleIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
copyFrom
alias copyFrom = ParserRuleContext.copyFrom
Undocumented in source.
copyFrom
void copyFrom(ExprContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta