C# Class Boo.Lang.Parser.BooToken

A token that stores filename information.
Inheritance: antlr.CommonToken
Datei anzeigen Open project: boo/boo-lang

Public Properties

Property Type Description
TokenCreator antlr.TokenCreator

Protected Properties

Property Type Description
_fname string

Public Methods

Method Description
BooToken ( ) : System
BooToken ( int type, string text, string fname, int line, int column ) : System
getFilename ( ) : string
setFilename ( string name ) : void

Method Details

BooToken() public method

public BooToken ( ) : System
return System

BooToken() public method

public BooToken ( int type, string text, string fname, int line, int column ) : System
type int
text string
fname string
line int
column int
return System

getFilename() public method

public getFilename ( ) : string
return string

setFilename() public method

public setFilename ( string name ) : void
name string
return void

Property Details

TokenCreator public_oe static_oe property

public static antlr.TokenCreator TokenCreator
return antlr.TokenCreator

_fname protected_oe property

protected string _fname
return string