NestedType<T extends RuleContext> constructor

NestedType<T extends RuleContext>(
  1. RuleContext ctx,
  2. DataType child
)

Implementation

NestedType(super.ctx, this.child);