C# 클래스 Loyc.Syntax.StdSimpleCallNodeWithAttrs

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

보호된 프로퍼티들

프로퍼티 타입 설명
_attrs VList

공개 메소드들

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

메소드 상세

StdSimpleCallNodeWithAttrs() 공개 메소드

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
리턴 System

StdSimpleCallNodeWithAttrs() 공개 메소드

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

StdSimpleCallNodeWithAttrs() 공개 메소드

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
리턴 System

StdSimpleCallNodeWithAttrs() 공개 메소드

public StdSimpleCallNodeWithAttrs ( VList attrs, Symbol name, VList args, StdSimpleCallNode ras ) : System
attrs VList
name Symbol
args VList
ras StdSimpleCallNode
리턴 System

WithAttrs() 공개 메소드

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

WithAttrs() 공개 메소드

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

cov_Clone() 공개 메소드

public cov_Clone ( ) : StdSimpleCallNode
리턴 StdSimpleCallNode

프로퍼티 상세

_attrs 보호되어 있는 프로퍼티

protected VList _attrs
리턴 VList