public virtual bool VisitFixedPointLiteral(FixedPointLiteral stmt) { if (!VisitExpr(stmt)) { return(false); } return(true); }
public bool VisitFixedPointLiteral(FixedPointLiteral stmt) { throw new NotImplementedException(); }