C# Class Spring.Expressions.Parser.antlr.Token

Inheritance: IToken
Show file Open project: spring-projects/spring-net

Public Properties

Property Type Description
SKIP int
badToken Token

Protected Properties

Property Type Description
type_ int

Public Methods

Method Description
ToString ( ) : string
Token ( )
Token ( int t )
Token ( int t, string txt )
getColumn ( ) : int
getFilename ( ) : string
getLine ( ) : int
getText ( ) : string
setColumn ( int c ) : void
setFilename ( string name ) : void
setLine ( int l ) : void
setText ( string t ) : void
setType ( int newType ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( )

Token() public method

public Token ( int t )
t int

Token() public method

public Token ( int t, string txt )
t int
txt string

getColumn() public method

public getColumn ( ) : int
return int

getFilename() public method

public getFilename ( ) : string
return string

getLine() public method

public getLine ( ) : int
return int

getText() public method

public getText ( ) : string
return string

setColumn() public method

public setColumn ( int c ) : void
c int
return void

setFilename() public method

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

setLine() public method

public setLine ( int l ) : void
l int
return void

setText() public method

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

setType() public method

public setType ( int newType ) : void
newType int
return void

Property Details

SKIP public static property

public static int SKIP
return int

badToken public static property

public static Token,Spring.Expressions.Parser.antlr badToken
return Token

type_ protected property

protected int type_
return int