C# Class Loyc.Syntax.StdComplexCallNodeWithAttrs

Inheritance: StdComplexCallNode
Exibir arquivo Open project: qwertie/ecsharp

Protected Properties

Property Type Description
_attrs VList

Public Methods

Method Description
StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, LNode ras ) : System
StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
WithAttrs ( Func selector ) : LNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdComplexCallNode

Method Details

StdComplexCallNodeWithAttrs() public method

public StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, LNode ras ) : System
attrs VList
target LNode
args VList
ras LNode
return System

StdComplexCallNodeWithAttrs() public method

public StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
target LNode
args VList
range SourceRange
style NodeStyle
return System

WithAttrs() public method

public WithAttrs ( Func selector ) : LNode
selector Func
return LNode

WithAttrs() public method

public WithAttrs ( VList attrs ) : LNode
attrs VList
return LNode

cov_Clone() public method

public cov_Clone ( ) : StdComplexCallNode
return StdComplexCallNode

Property Details

_attrs protected_oe property

protected VList _attrs
return VList