public LabelTranslatorBuilder WithFunctionState(IFunctionState functionState) { this.functionState = functionState; return(this); }
public LabelTranslator(string filename, IFunctionState functionState) { this.filename = filename; this.functionState = functionState; }