ObjectValues

Undocumented in source.

Constructors

this
this(ObjectValuesEnum ruleSelection, Token name, ValueOrVariable val)
Undocumented in source.
this
this(ObjectValuesEnum ruleSelection, Token name, ValueOrVariable val, ObjectValues follow)
Undocumented in source.

Members

Functions

visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

follow
ObjectValues follow;
Undocumented in source.
name
Token name;
Undocumented in source.
ruleSelection
ObjectValuesEnum ruleSelection;
Undocumented in source.
val
ValueOrVariable val;
Undocumented in source.

Meta