BoolTrueContext constructor

BoolTrueContext(
  1. LiteralContext ctx
)

Implementation

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