C# Class Loyc.Syntax.StdIdNodeWithAttrs

Inheritance: StdIdNode
Afficher le fichier Open project: qwertie/ecsharp

Méthodes publiques

Méthode Description
StdIdNodeWithAttrs ( VList attrs, Symbol name, LNode ras ) : System
StdIdNodeWithAttrs ( VList attrs, Symbol name, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
WithAttrs ( Func selector ) : LNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdIdNode

Method Details

StdIdNodeWithAttrs() public méthode

public StdIdNodeWithAttrs ( VList attrs, Symbol name, LNode ras ) : System
attrs VList
name Symbol
ras LNode
Résultat System

StdIdNodeWithAttrs() public méthode

public StdIdNodeWithAttrs ( VList attrs, Symbol name, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
name Symbol
range SourceRange
style NodeStyle
Résultat System

WithAttrs() public méthode

public WithAttrs ( Func selector ) : LNode
selector Func
Résultat LNode

WithAttrs() public méthode

public WithAttrs ( VList attrs ) : LNode
attrs VList
Résultat LNode

cov_Clone() public méthode

public cov_Clone ( ) : StdIdNode
Résultat StdIdNode