Antlr3.AntlrTool.WriteGraphFile C# (CSharp) Method

WriteGraphFile() protected method

protected WriteGraphFile ( Grammar g, Rule r, string graph, string formatExtension ) : void
g Grammar
r Rule
graph string
formatExtension string
return void
        protected virtual void WriteGraphFile( Grammar g, Rule r, string graph, string formatExtension )
        {
            WriteGraphFile( g, r.Grammar.name + "." + r.Name, graph, formatExtension );
        }

Same methods

AntlrTool::WriteGraphFile ( Grammar g, string name, string graph, string formatExtension ) : void