UintContext constructor

UintContext(
  1. LiteralContext ctx
)

Implementation

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