C# 클래스 Loyc.Syntax.StdLiteralNodeWithAttrs

상속: StdLiteralNode
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 메소드들

메소드 설명
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

메소드 상세

StdLiteralNodeWithAttrs() 공개 메소드

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

StdLiteralNodeWithAttrs() 공개 메소드

public StdLiteralNodeWithAttrs ( VList attrs, object value, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
value object
range SourceRange
style NodeStyle
리턴 System

WithAttrs() 공개 메소드

public WithAttrs ( Func selector ) : LNode
selector Func
리턴 LNode

WithAttrs() 공개 메소드

public WithAttrs ( VList attrs ) : LNode
attrs VList
리턴 LNode

cov_Clone() 공개 메소드

public cov_Clone ( ) : StdLiteralNode
리턴 StdLiteralNode