C# Class Spark.ResolvedSyntax.ResVarRef

Inheritance: ResExp
Afficher le fichier Open project: spark-shading-language/spark

Méthodes publiques

Méthode 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 méthode

public ResVarRef ( SourceRange range, IResVarDecl varDecl ) : System
range SourceRange
varDecl IResVarDecl
Résultat System

ResVarRef() public méthode

public ResVarRef ( SourceRange range, IResVarDecl varDecl, IResTypeExp type ) : System
range SourceRange
varDecl IResVarDecl
type IResTypeExp
Résultat System

Substitute() public méthode

public Substitute ( Substitution subst ) : IResExp
subst Substitution
Résultat IResExp

ToString() public méthode

public ToString ( ) : string
Résultat string