ContentBlock constructor

ContentBlock(
  1. ArgumentDeclaration arguments,
  2. Iterable<Statement> children,
  3. FileSpan span
)

Implementation

ContentBlock(ArgumentDeclaration arguments, Iterable<Statement> children,
    FileSpan span)
    : super("@content", arguments, children, span);