C# Class SyntaxTree.NodeInvoke

Inheritance: NodeExpr
Afficher le fichier Open project: YourLocalFax/OLD-Score Class Usage Examples

Méthodes publiques

Свойство Type Description
args List
spName Spanned

Méthodes publiques

Méthode Description
Accept ( IAstVisitor visitor ) : void
NodeInvoke ( Spanned spName, List args ) : System.Collections.Generic

Method Details

Accept() public méthode

public Accept ( IAstVisitor visitor ) : void
visitor IAstVisitor
Résultat void

NodeInvoke() public méthode

public NodeInvoke ( Spanned spName, List args ) : System.Collections.Generic
spName Spanned
args List
Résultat System.Collections.Generic

Property Details

args public_oe property

public List args
Résultat List

spName public_oe property

public Spanned spName
Résultat Spanned