C# 클래스 Antlr4.Codegen.Model.ArgAction

상속: Action
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
ctxType string

공개 메소드들

메소드 설명
ArgAction ( OutputModelFactory factory, ActionAST ast, string ctxType ) : Antlr4.Tool.Ast

메소드 상세

ArgAction() 공개 메소드

public ArgAction ( OutputModelFactory factory, ActionAST ast, string ctxType ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.ActionAST
ctxType string
리턴 Antlr4.Tool.Ast

프로퍼티 상세

ctxType 공개적으로 프로퍼티

public string ctxType
리턴 string