GetCodeGenerator() public method

public GetCodeGenerator ( ) : CodeGenerator
return CodeGenerator
Example #1
0
 protected virtual void ReportError(TemplateMessage msg)
 {
     target.GetCodeGenerator().tool.errMgr.ToolError(ErrorType.STRING_TEMPLATE_WARNING, msg.Cause, msg.ToString());
 }