Antlr4.Codegen.Model.ArgAction.ArgAction C# (CSharp) Method

ArgAction() public method

public ArgAction ( OutputModelFactory factory, ActionAST ast, string ctxType ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.ActionAST
ctxType string
return Antlr4.Tool.Ast
        public ArgAction(OutputModelFactory factory, ActionAST ast, string ctxType)
            : base(factory, ast)
        {
            this.ctxType = ctxType;
        }
    }
ArgAction