C# Class LessCss.Expression.LiteralExpression

Inheritance: StyleExpression
显示文件 Open project: erikvanbrakel/less.net

Public Methods

Method Description
Eval ( List a ) : string
LiteralExpression ( ) : System.Collections.Generic
LiteralExpression ( ITree tree ) : System.Collections.Generic
LiteralExpression ( string val ) : System.Collections.Generic
Reduce ( List variables ) : StyleExpression
ToString ( ) : string

Method Details

Eval() public method

public Eval ( List a ) : string
a List
return string

LiteralExpression() public method

public LiteralExpression ( ) : System.Collections.Generic
return System.Collections.Generic

LiteralExpression() public method

public LiteralExpression ( ITree tree ) : System.Collections.Generic
tree ITree
return System.Collections.Generic

LiteralExpression() public method

public LiteralExpression ( string val ) : System.Collections.Generic
val string
return System.Collections.Generic

Reduce() public method

public Reduce ( List variables ) : StyleExpression
variables List
return StyleExpression

ToString() public method

public ToString ( ) : string
return string