Antlr4.Codegen.CodeGenerator.CodeGenerator C# (CSharp) Method

CodeGenerator() public method

public CodeGenerator ( [ tool, [ g, string language ) : System.Collections.Generic
tool [
g [
language string
return System.Collections.Generic
        public CodeGenerator([NotNull] AntlrTool tool, [NotNull] Grammar g, string language)
        {
            this.g = g;
            this.tool = tool;
            this.language = language != null ? language : DEFAULT_LANGUAGE;
        }

Same methods

CodeGenerator::CodeGenerator ( [ g ) : System.Collections.Generic