C# Class Spark.ResolvedSyntax.ResVarRef

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

Public Methods

Method Description
ResVarRef ( SourceRange range, IResVarDecl varDecl ) : System
ResVarRef ( SourceRange range, IResVarDecl varDecl, IResTypeExp type ) : System
Substitute ( Substitution subst ) : IResExp
ToString ( ) : string

Method Details

ResVarRef() public method

public ResVarRef ( SourceRange range, IResVarDecl varDecl ) : System
range SourceRange
varDecl IResVarDecl
return System

ResVarRef() public method

public ResVarRef ( SourceRange range, IResVarDecl varDecl, IResTypeExp type ) : System
range SourceRange
varDecl IResVarDecl
type IResTypeExp
return System

Substitute() public method

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

ToString() public method

public ToString ( ) : string
return string