IntContext constructor

IntContext(
  1. LiteralContext ctx
)

Implementation

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