C# Class Antlr4.Codegen.Model.ArgAction

Inheritance: Action
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
ctxType string

Public Methods

Method Description
ArgAction ( OutputModelFactory factory, ActionAST ast, string ctxType ) : Antlr4.Tool.Ast

Method Details

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

Property Details

ctxType public property

public string ctxType
return string