C# Class Loyc.Syntax.StdSimpleCallNodeWithAttrs

Inheritance: StdSimpleCallNode
Mostrar archivo Open project: qwertie/ecsharp

Protected Properties

Property Type Description
_attrs VList

Public Methods

Method 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 method

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
return System

StdSimpleCallNodeWithAttrs() public method

public StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, LNode ras ) : System
attrs VList
name Symbol
args VList
ras LNode
return System

StdSimpleCallNodeWithAttrs() public method

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
return System

StdSimpleCallNodeWithAttrs() public method

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

Property Details

_attrs protected_oe property

protected VList _attrs
return VList