TypeSystemDefinition

Undocumented in source.

Constructors

this
this(TypeSystemDefinitionEnum ruleSelection, SchemaDefinition sch)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, TypeDefinition td)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, TypeExtensionDefinition ted)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, DirectiveDefinition dd)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, Description des, SchemaDefinition sch)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, Description des, TypeDefinition td)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, Description des, TypeExtensionDefinition ted)
Undocumented in source.
this
this(TypeSystemDefinitionEnum ruleSelection, Description des, DirectiveDefinition dd)
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

dd
DirectiveDefinition dd;
Undocumented in source.
des
Description des;
Undocumented in source.
ruleSelection
TypeSystemDefinitionEnum ruleSelection;
Undocumented in source.
sch
SchemaDefinition sch;
Undocumented in source.
td
TypeDefinition td;
Undocumented in source.
ted
TypeExtensionDefinition ted;
Undocumented in source.

Meta