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

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

Public Properties

Property Type Description
Creator CommonToken.CommonTokenCreator

Protected Properties

Property Type Description
col int
line int
text string

Public Methods

Method Description
CommonToken ( )
CommonToken ( int t, string txt )
CommonToken ( string s )
ToString ( ) : string
getColumn ( ) : int
getLine ( ) : int
getText ( ) : string
setColumn ( int c ) : void
setLine ( int l ) : void
setText ( string s ) : void

Method Details

CommonToken() public method

public CommonToken ( )

CommonToken() public method

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

CommonToken() public method

public CommonToken ( string s )
s string

ToString() public method

public ToString ( ) : string
return string

getColumn() public method

public getColumn ( ) : int
return int

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

setLine() public method

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

setText() public method

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

Property Details

Creator public static property

public static CommonToken.CommonTokenCreator,Spring.Expressions.Parser.antlr Creator
return CommonToken.CommonTokenCreator

col protected property

protected int col
return int

line protected property

protected int line
return int

text protected property

protected string text
return string