MemberExprContext constructor

MemberExprContext(
  1. UnaryContext ctx
)

Implementation

MemberExprContext(UnaryContext ctx) {
  copyFrom(ctx);
}