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

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

공개 프로퍼티들

프로퍼티 타입 설명
altLook IList

공개 메소드들

메소드 설명
LL1Choice ( OutputModelFactory factory, GrammarAST blkAST, IList alts ) : System.Collections.Generic

메소드 상세

LL1Choice() 공개 메소드

public LL1Choice ( OutputModelFactory factory, GrammarAST blkAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkAST Antlr4.Tool.Ast.GrammarAST
alts IList
리턴 System.Collections.Generic

프로퍼티 상세

altLook 공개적으로 프로퍼티

public IList altLook
리턴 IList