DoubleContext constructor

DoubleContext(
  1. LiteralContext ctx
)

Implementation

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