DocumentDirective constructor
DocumentDirective(
- List<
LiteralTerm> functions, - List<
TreeNode> groupRuleBody, - SourceSpan? span
Implementation
DocumentDirective(this.functions, this.groupRuleBody, SourceSpan? span)
: super(span);