C# Class Jade.Parser.Nodes.ExpressionString

Exibir arquivo Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method Description
ExpressionString ( String value ) : System
getValue ( ) : String
isEscape ( ) : bool
setEscape ( bool escape ) : void
setValue ( String value ) : void

Method Details

ExpressionString() public method

public ExpressionString ( String value ) : System
value String
return System

getValue() public method

public getValue ( ) : String
return String

isEscape() public method

public isEscape ( ) : bool
return bool

setEscape() public method

public setEscape ( bool escape ) : void
escape bool
return void

setValue() public method

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