BytesContext constructor

BytesContext(
  1. LiteralContext ctx
)

Implementation

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