Antlr4.Codegen.Model.ArgAction.ArgAction C# (CSharp) 메소드

ArgAction() 공개 메소드

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