C# 클래스 Boo.Lang.Parser.Tests.Util.SimpleToken

상속: antlr.Token
파일 보기 프로젝트 열기: boo/boo-lang

보호된 프로퍼티들

프로퍼티 타입 설명
_buffer string

공개 메소드들

메소드 설명
SimpleToken ( int type, string txt ) : System
getText ( ) : string
setText ( string txt ) : void

메소드 상세

SimpleToken() 공개 메소드

public SimpleToken ( int type, string txt ) : System
type int
txt string
리턴 System

getText() 공개 메소드

public getText ( ) : string
리턴 string

setText() 공개 메소드

public setText ( string txt ) : void
txt string
리턴 void

프로퍼티 상세

_buffer 보호되어 있는 프로퍼티

protected string _buffer
리턴 string