C# 클래스 Antlr4.Misc.TreeParserExtensions

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

공개 메소드들

메소드 설명
InContext ( this parser, string context ) : bool

비공개 메소드들

메소드 설명
GetAncestor ( ITreeAdaptor adaptor, string tokenNames, object t, string goal ) : object

Helper for static InContext(ITreeAdaptor, string[], object, string).

InContext ( ITreeAdaptor adaptor, string tokenNames, object t, string context ) : bool

The worker for InContext(TreeParser, string). It's and full of parameters for testing purposes.

메소드 상세

InContext() 공개 정적인 메소드

public static InContext ( this parser, string context ) : bool
parser this
context string
리턴 bool