C# Class Dynamo.Graph.Nodes.CodeBlockNodeModel.IdentifierInPlaceMapper

Inheritance: AstReplacer
Afficher le fichier Open project: DynamoDS/Dynamo

Méthodes publiques

Méthode Description
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

Method Details

IdentifierInPlaceMapper() public méthode

public IdentifierInPlaceMapper ( ProtoCore core, bool>.Func cond, string>.Func mapper ) : System
core ProtoCore
cond bool>.Func
mapper string>.Func
Résultat System

VisitFunctionDefinitionNode() public méthode

public VisitFunctionDefinitionNode ( ProtoCore.AST.AssociativeAST.FunctionDefinitionNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.FunctionDefinitionNode
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode

VisitIdentifierListNode() public méthode

public VisitIdentifierListNode ( ProtoCore.AST.AssociativeAST.IdentifierListNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.IdentifierListNode
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode

VisitIdentifierNode() public méthode

public VisitIdentifierNode ( ProtoCore.AST.AssociativeAST.IdentifierNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.IdentifierNode
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode

VisitLanguageBlockNode() public méthode

public VisitLanguageBlockNode ( ProtoCore.AST.AssociativeAST.LanguageBlockNode node ) : ProtoCore.AST.AssociativeAST.AssociativeNode
node ProtoCore.AST.AssociativeAST.LanguageBlockNode
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode