C# 클래스 LessCss.Expression.LiteralExpression

상속: StyleExpression
파일 보기 프로젝트 열기: erikvanbrakel/less.net

공개 메소드들

메소드 설명
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

메소드 상세

Eval() 공개 메소드

public Eval ( List a ) : string
a List
리턴 string

LiteralExpression() 공개 메소드

public LiteralExpression ( ) : System.Collections.Generic
리턴 System.Collections.Generic

LiteralExpression() 공개 메소드

public LiteralExpression ( ITree tree ) : System.Collections.Generic
tree ITree
리턴 System.Collections.Generic

LiteralExpression() 공개 메소드

public LiteralExpression ( string val ) : System.Collections.Generic
val string
리턴 System.Collections.Generic

Reduce() 공개 메소드

public Reduce ( List variables ) : StyleExpression
variables List
리턴 StyleExpression

ToString() 공개 메소드

public ToString ( ) : string
리턴 string