C# Class Jade.Lexer.Each

Inheritance: Jade.Lexer.Tokens.Token
ファイルを表示 Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method Description
Each ( String value, int lineNumber ) : System
getCode ( ) : String
getKey ( ) : String
setCode ( String code ) : void
setKey ( String key ) : void

Method Details

Each() public method

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

getCode() public method

public getCode ( ) : String
return String

getKey() public method

public getKey ( ) : String
return String

setCode() public method

public setCode ( String code ) : void
code String
return void

setKey() public method

public setKey ( String key ) : void
key String
return void