getTag method

Expr getTag(
  1. Expr tag
)

Implementation

Expr getTag(Expr tag) {
  return ExprGetTag(left: this, tag: tag);
}