C# 클래스 CucumberLanguageServices.ParseTreeVisitor

파일 보기 프로젝트 열기: henritersteeg/cuke4vs

공개 메소드들

메소드 설명
Process ( ) : void

보호된 메소드들

메소드 설명
CreateSpanFor ( SourceLocation location, int endPosition, Source source ) : TextSpan
CreateSpanFor ( SourceSpan span, Source source ) : TextSpan
Visit ( ParseTreeNode node ) : void

비공개 메소드들

메소드 설명
Process ( BnfTerm term, ParseTreeNode node ) : void

메소드 상세

CreateSpanFor() 보호된 메소드

protected CreateSpanFor ( SourceLocation location, int endPosition, Source source ) : TextSpan
location Irony.Parsing.SourceLocation
endPosition int
source Source
리턴 TextSpan

CreateSpanFor() 보호된 메소드

protected CreateSpanFor ( SourceSpan span, Source source ) : TextSpan
span Irony.Parsing.SourceSpan
source Source
리턴 TextSpan

Process() 공개 메소드

public Process ( ) : void
리턴 void

Visit() 보호된 추상적인 메소드

protected abstract Visit ( ParseTreeNode node ) : void
node ParseTreeNode
리턴 void