C# Class Spark.ResolvedSyntax.ResMethodApp

Inheritance: ResExp
Exibir arquivo Open project: spark-shading-language/spark

Public Methods

Method Description
ResMethodApp ( SourceRange range, IResTypeExp type, IResMethodRef method, IEnumerable args ) : System
Substitute ( Substitution subst ) : IResExp

Method Details

ResMethodApp() public method

public ResMethodApp ( SourceRange range, IResTypeExp type, IResMethodRef method, IEnumerable args ) : System
range SourceRange
type IResTypeExp
method IResMethodRef
args IEnumerable
return System

Substitute() public method

public Substitute ( Substitution subst ) : IResExp
subst Substitution
return IResExp