C# Class dotless.Core.Parser.Tree.Ruleset

Inheritance: Node
Afficher le fichier Open project: madaboutcode/dotless Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( Env env ) : Node
EvaluateRules ( Env env ) : List
Find ( Env env, Selector selector, Ruleset self ) : List
MatchArguments ( NodeList arguements, Env env ) : bool
Ruleset ( NodeList selectors, List rules ) : System.Collections.Generic
Rulesets ( ) : List
ToCSS ( ) : string
ToCSS ( Env env ) : string
ToString ( ) : string
Variable ( string name, Node startNode ) : dotless.Core.Parser.Tree.Rule

Méthodes protégées

Méthode Description
Ruleset ( ) : System.Collections.Generic
ToCSS ( Env env, Context context ) : string

Method Details

Evaluate() public méthode

public Evaluate ( Env env ) : Node
env Env
Résultat Node

EvaluateRules() public méthode

public EvaluateRules ( Env env ) : List
env Env
Résultat List

Find() public méthode

public Find ( Env env, Selector selector, Ruleset self ) : List
env Env
selector Selector
self Ruleset
Résultat List

MatchArguments() public méthode

public MatchArguments ( NodeList arguements, Env env ) : bool
arguements NodeList
env Env
Résultat bool

Ruleset() protected méthode

protected Ruleset ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Ruleset() public méthode

public Ruleset ( NodeList selectors, List rules ) : System.Collections.Generic
selectors NodeList
rules List
Résultat System.Collections.Generic

Rulesets() public méthode

public Rulesets ( ) : List
Résultat List

ToCSS() public méthode

public ToCSS ( ) : string
Résultat string

ToCSS() public méthode

public ToCSS ( Env env ) : string
env Env
Résultat string

ToCSS() protected méthode

protected ToCSS ( Env env, Context context ) : string
env Env
context Context
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Variable() public méthode

public Variable ( string name, Node startNode ) : dotless.Core.Parser.Tree.Rule
name string
startNode Node
Résultat dotless.Core.Parser.Tree.Rule