public override string Translate(GrammerParser parser) { return(parser.Parse(this.Input)); }
public abstract string Translate(GrammerParser parser);