C# 클래스 _3PA.MainFeatures.Parser.TokenComment

상속: Token
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ILexerVisitor visitor ) : void
TokenComment ( string value, int line, int column, int startPosition, int endPosition, bool isSingleLine )

메소드 상세

Accept() 공개 메소드

public Accept ( ILexerVisitor visitor ) : void
visitor ILexerVisitor
리턴 void

TokenComment() 공개 메소드

public TokenComment ( string value, int line, int column, int startPosition, int endPosition, bool isSingleLine )
value string
line int
column int
startPosition int
endPosition int
isSingleLine bool