C# Class Loyc.Syntax.StdSimpleCallNodeWithAttrs

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

Protected Properties

Свойство Type Description
_attrs VList

Méthodes publiques

Méthode Description
StdSimpleCallNodeWithAttrs ( VList attrs, Loyc targetToken, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, LNode ras ) : System
StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, StdSimpleCallNode ras ) : System
WithAttrs ( Func selector ) : LNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdSimpleCallNode

Method Details

StdSimpleCallNodeWithAttrs() public méthode

public StdSimpleCallNodeWithAttrs ( VList attrs, Loyc targetToken, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
targetToken Loyc
args VList
range SourceRange
style NodeStyle
Résultat System

StdSimpleCallNodeWithAttrs() public méthode

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

StdSimpleCallNodeWithAttrs() public méthode

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

StdSimpleCallNodeWithAttrs() public méthode

public StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, StdSimpleCallNode ras ) : System
attrs VList
name Symbol
args VList
ras StdSimpleCallNode
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 ( ) : StdSimpleCallNode
Résultat StdSimpleCallNode

Property Details

_attrs protected_oe property

protected VList _attrs
Résultat VList