BoolFalseContext constructor

BoolFalseContext(
  1. LiteralContext ctx
)

Implementation

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