C# Class Boo.Lang.Parser.Tests.Util.SimpleToken

Inheritance: antlr.Token
Datei anzeigen Open project: boo/boo-lang

Protected Properties

Property Type Description
_buffer string

Public Methods

Method Description
SimpleToken ( int type, string txt ) : System
getText ( ) : string
setText ( string txt ) : void

Method Details

SimpleToken() public method

public SimpleToken ( int type, string txt ) : System
type int
txt string
return System

getText() public method

public getText ( ) : string
return string

setText() public method

public setText ( string txt ) : void
txt string
return void

Property Details

_buffer protected_oe property

protected string _buffer
return string