C# Class Spark.ResolvedSyntax.ResLabelExp

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

Public Methods

Method Description
ResLabelExp ( SourceRange range, ResLabel label, IResExp body ) : System
Substitute ( Substitution subst ) : IResExp

Method Details

ResLabelExp() public method

public ResLabelExp ( SourceRange range, ResLabel label, IResExp body ) : System
range SourceRange
label ResLabel
body IResExp
return System

Substitute() public method

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