VariableDefinition

Undocumented in source.

Constructors

this
this(VariableDefinitionEnum ruleSelection, Variable var, Type type, DefaultValue dvalue)
Undocumented in source.
this
this(VariableDefinitionEnum ruleSelection, Variable var, Type type)
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

dvalue
DefaultValue dvalue;
Undocumented in source.
ruleSelection
VariableDefinitionEnum ruleSelection;
Undocumented in source.
type
Type type;
Undocumented in source.
var
Variable var;
Undocumented in source.

Meta