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

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

공개 프로퍼티들

프로퍼티 타입 설명
labels IList
name string
ttype int

공개 메소드들

메소드 설명
GetLabels ( ) : IList
MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
MatchToken ( OutputModelFactory factory, TerminalAST ast ) : System.Collections.Generic

메소드 상세

GetLabels() 공개 메소드

public GetLabels ( ) : IList
리턴 IList

MatchToken() 공개 메소드

public MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
리턴 System.Collections.Generic

MatchToken() 공개 메소드

public MatchToken ( OutputModelFactory factory, TerminalAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.TerminalAST
리턴 System.Collections.Generic

프로퍼티 상세

labels 공개적으로 프로퍼티

public IList labels
리턴 IList

name 공개적으로 프로퍼티

public string name
리턴 string

ttype 공개적으로 프로퍼티

public int ttype
리턴 int