C# Class Jade.Lexer.Tokens.Token

Exibir arquivo Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method Description
ToString ( ) : String
Token ( String value, int lineNumber ) : System
Token ( String value, int lineNumber, bool buffer ) : System
getIndents ( ) : int
getLineNumber ( ) : int
getMode ( ) : String
getName ( ) : String
getValue ( ) : String
isBuffer ( ) : bool
isSelfClosing ( ) : bool
setBuffer ( bool buffer ) : void
setIndents ( int indents ) : void
setMode ( String mode ) : void
setName ( String name ) : void
setSelfClosing ( bool selfClosing ) : void
setValue ( String value ) : void

Method Details

ToString() public method

public ToString ( ) : String
return String

Token() public method

public Token ( String value, int lineNumber ) : System
value String
lineNumber int
return System

Token() public method

public Token ( String value, int lineNumber, bool buffer ) : System
value String
lineNumber int
buffer bool
return System

getIndents() public method

public getIndents ( ) : int
return int

getLineNumber() public method

public getLineNumber ( ) : int
return int

getMode() public method

public getMode ( ) : String
return String

getName() public method

public getName ( ) : String
return String

getValue() public method

public getValue ( ) : String
return String

isBuffer() public method

public isBuffer ( ) : bool
return bool

isSelfClosing() public method

public isSelfClosing ( ) : bool
return bool

setBuffer() public method

public setBuffer ( bool buffer ) : void
buffer bool
return void

setIndents() public method

public setIndents ( int indents ) : void
indents int
return void

setMode() public method

public setMode ( String mode ) : void
mode String
return void

setName() public method

public setName ( String name ) : void
name String
return void

setSelfClosing() public method

public setSelfClosing ( bool selfClosing ) : void
selfClosing bool
return void

setValue() public method

public setValue ( String value ) : void
value String
return void