NullContext constructor

NullContext(
  1. LiteralContext ctx
)

Implementation

NullContext(LiteralContext ctx) {
  copyFrom(ctx);
}