C# Class Spark.ResolvedSyntax.ResExp

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

Public Methods

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

Method Details

ResExp() public method

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

Substitute() public abstract method

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