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

상속: RuleElement
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
decision int
label Antlr4.Codegen.Model.Decl.Decl

공개 메소드들

메소드 설명
AddCodeForLookaheadTempVar ( Antlr4.Runtime.Misc.IntervalSet look ) : TestSetInline
AddPreambleOp ( SrcOp op ) : void
Choice ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
GetAltLookaheadAsStringLists ( Antlr4.Runtime.Misc.IntervalSet altLookSets ) : IList
GetThrowNoViableAlt ( OutputModelFactory factory, GrammarAST blkAST, Antlr4.Runtime.Misc.IntervalSet expecting ) : ThrowNoViableAlt

메소드 상세

AddCodeForLookaheadTempVar() 공개 메소드

public AddCodeForLookaheadTempVar ( Antlr4.Runtime.Misc.IntervalSet look ) : TestSetInline
look Antlr4.Runtime.Misc.IntervalSet
리턴 TestSetInline

AddPreambleOp() 공개 메소드

public AddPreambleOp ( SrcOp op ) : void
op SrcOp
리턴 void

Choice() 공개 메소드

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

GetAltLookaheadAsStringLists() 공개 메소드

public GetAltLookaheadAsStringLists ( Antlr4.Runtime.Misc.IntervalSet altLookSets ) : IList
altLookSets Antlr4.Runtime.Misc.IntervalSet
리턴 IList

GetThrowNoViableAlt() 공개 메소드

public GetThrowNoViableAlt ( OutputModelFactory factory, GrammarAST blkAST, Antlr4.Runtime.Misc.IntervalSet expecting ) : ThrowNoViableAlt
factory OutputModelFactory
blkAST Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
리턴 ThrowNoViableAlt

프로퍼티 상세

decision 공개적으로 프로퍼티

public int decision
리턴 int

label 공개적으로 프로퍼티

public Decl,Antlr4.Codegen.Model.Decl label
리턴 Antlr4.Codegen.Model.Decl.Decl