C# Class SyntaxTree.NodeInvoke

Inheritance: NodeExpr
Exibir arquivo Open project: YourLocalFax/OLD-Score Class Usage Examples

Public Properties

Property Type Description
args List
spName Spanned

Public Methods

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

Method Details

Accept() public method

public Accept ( IAstVisitor visitor ) : void
visitor IAstVisitor
return void

NodeInvoke() public method

public NodeInvoke ( Spanned spName, List args ) : System.Collections.Generic
spName Spanned
args List
return System.Collections.Generic

Property Details

args public_oe property

public List args
return List

spName public_oe property

public Spanned spName
return Spanned