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

ActionTranslator() public method

public ActionTranslator ( OutputModelFactory factory, ActionAST node ) : System.Collections.Generic
factory OutputModelFactory
node Antlr4.Tool.Ast.ActionAST
return System.Collections.Generic
        public ActionTranslator(OutputModelFactory factory, ActionAST node)
        {
            this.factory = factory;
            this.node = node;
            this.gen = factory.GetGenerator();
        }