C# Class Spark.ResolvedSyntax.ResExp

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

Méthodes publiques

Méthode Description
ResExp ( SourceRange range, IResTypeExp type ) : System
Substitute ( Substitution subst ) : IResExp

Method Details

ResExp() public méthode

public ResExp ( SourceRange range, IResTypeExp type ) : System
range SourceRange
type IResTypeExp
Résultat System

Substitute() public abstract méthode

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