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

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

공개 프로퍼티들

프로퍼티 타입 설명
ctxName string
labels OrderedHashSet
name string

공개 메소드들

메소드 설명
GetLabels ( ) : IList
InvokeRule ( ParserFactory factory, GrammarAST ast, GrammarAST labelAST ) : System.Collections.Generic

메소드 상세

GetLabels() 공개 메소드

public GetLabels ( ) : IList
리턴 IList

InvokeRule() 공개 메소드

public InvokeRule ( ParserFactory factory, GrammarAST ast, GrammarAST labelAST ) : System.Collections.Generic
factory ParserFactory
ast Antlr4.Tool.Ast.GrammarAST
labelAST Antlr4.Tool.Ast.GrammarAST
리턴 System.Collections.Generic

프로퍼티 상세

ctxName 공개적으로 프로퍼티

public string ctxName
리턴 string

labels 공개적으로 프로퍼티

public OrderedHashSet labels
리턴 OrderedHashSet

name 공개적으로 프로퍼티

public string name
리턴 string