Antlr4.Codegen.CodeGenerator.CodeGenerator C# (CSharp) 메소드

CodeGenerator() 공개 메소드

public CodeGenerator ( [ tool, [ g, string language ) : System.Collections.Generic
tool [
g [
language string
리턴 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