C# Class Loyc.Syntax.StdComplexCallNode

Inheritance: StdCallNode
显示文件 Open project: qwertie/ecsharp

Protected Properties

Property Type Description
_target LNode

Public Methods

Method Description
Clone ( ) : LNode
StdComplexCallNode ( LNode target, VList args, LNode ras ) : System
StdComplexCallNode ( LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
WithArgs ( VList args ) : CallNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdComplexCallNode

Method Details

Clone() public method

public Clone ( ) : LNode
return LNode

StdComplexCallNode() public method

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

StdComplexCallNode() public method

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

WithArgs() public method

public WithArgs ( VList args ) : CallNode
args VList
return CallNode

WithAttrs() public method

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

cov_Clone() public method

public cov_Clone ( ) : StdComplexCallNode
return StdComplexCallNode

Property Details

_target protected_oe property

protected LNode _target
return LNode