C# Class Loyc.Syntax.StdLiteralNodeWithAttrs

Inheritance: StdLiteralNode
Exibir arquivo Open project: qwertie/ecsharp

Public Methods

Method Description
StdLiteralNodeWithAttrs ( VList attrs, object value, LNode ras ) : System
StdLiteralNodeWithAttrs ( VList attrs, object value, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
WithAttrs ( Func selector ) : LNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdLiteralNode

Method Details

StdLiteralNodeWithAttrs() public method

public StdLiteralNodeWithAttrs ( VList attrs, object value, LNode ras ) : System
attrs VList
value object
ras LNode
return System

StdLiteralNodeWithAttrs() public method

public StdLiteralNodeWithAttrs ( VList attrs, object value, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
value object
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 ( ) : StdLiteralNode
return StdLiteralNode