Antlr3.AntlrTool.WriteGraphFile C# (CSharp) 메소드

WriteGraphFile() 보호된 메소드

protected WriteGraphFile ( Grammar g, Rule r, string graph, string formatExtension ) : void
g Grammar
r Rule
graph string
formatExtension string
리턴 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