C# 클래스 Dynamo.Graph.Nodes.CodeBlockNodeModel.IdentifierInPlaceMapper

상속: AstReplacer
파일 보기 프로젝트 열기: DynamoDS/Dynamo

공개 메소드들

메소드 설명
IdentifierInPlaceMapper ( ProtoCore core, bool>.Func cond, string>.Func mapper ) : System
VisitFunctionDefinitionNode ( ProtoCore.AST.AssociativeAST.FunctionDefinitionNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
VisitIdentifierListNode ( ProtoCore.AST.AssociativeAST.IdentifierListNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
VisitIdentifierNode ( ProtoCore.AST.AssociativeAST.IdentifierNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
VisitLanguageBlockNode ( ProtoCore.AST.AssociativeAST.LanguageBlockNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode

메소드 상세

IdentifierInPlaceMapper() 공개 메소드

public IdentifierInPlaceMapper ( ProtoCore core, bool>.Func cond, string>.Func mapper ) : System
core ProtoCore
cond bool>.Func
mapper string>.Func
리턴 System

VisitFunctionDefinitionNode() 공개 메소드

public VisitFunctionDefinitionNode ( ProtoCore.AST.AssociativeAST.FunctionDefinitionNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.FunctionDefinitionNode
리턴 ProtoCore.AST.AssociativeAST.AssociativeNode

VisitIdentifierListNode() 공개 메소드

public VisitIdentifierListNode ( ProtoCore.AST.AssociativeAST.IdentifierListNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.IdentifierListNode
리턴 ProtoCore.AST.AssociativeAST.AssociativeNode

VisitIdentifierNode() 공개 메소드

public VisitIdentifierNode ( ProtoCore.AST.AssociativeAST.IdentifierNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.IdentifierNode
리턴 ProtoCore.AST.AssociativeAST.AssociativeNode

VisitLanguageBlockNode() 공개 메소드

public VisitLanguageBlockNode ( ProtoCore.AST.AssociativeAST.LanguageBlockNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.LanguageBlockNode
리턴 ProtoCore.AST.AssociativeAST.AssociativeNode