C# Class Loyc.Syntax.StdIdNodeWithAttrs

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

Public Methods

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

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

StdIdNodeWithAttrs() public method

public StdIdNodeWithAttrs ( VList attrs, Symbol name, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
name Symbol
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 ( ) : StdIdNode
return StdIdNode