C# Class Spark.ResolvedSyntax.ResBaseExp

Inheritance: ResExp
Show file Open project: spark-shading-language/spark

Public Methods

Method Description
ResBaseExp ( SourceRange range, IResTypeExp type ) : System
Substitute ( Substitution subst ) : IResExp

Method Details

ResBaseExp() public method

public ResBaseExp ( SourceRange range, IResTypeExp type ) : System
range SourceRange
type IResTypeExp
return System

Substitute() public method

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