C# 클래스 Antlr4.AntlrTool.Option

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

공개 메소드들

메소드 설명
Option ( string fieldName, string name, OptionArgType argType, string description ) : System.Collections.Generic
Option ( string fieldName, string name, string description ) : System.Collections.Generic

메소드 상세

Option() 공개 메소드

public Option ( string fieldName, string name, OptionArgType argType, string description ) : System.Collections.Generic
fieldName string
name string
argType OptionArgType
description string
리턴 System.Collections.Generic

Option() 공개 메소드

public Option ( string fieldName, string name, string description ) : System.Collections.Generic
fieldName string
name string
description string
리턴 System.Collections.Generic