C# Class Spark.ResolvedSyntax.ResAttributeFetch

Inheritance: ResExp
Mostrar archivo Open project: spark-shading-language/spark

Public Methods

Method Description
ResAttributeFetch ( SourceRange range, IResTypeExp type, IResExp obj, IResExp attribute ) : System
Substitute ( Substitution subst ) : IResExp

Method Details

ResAttributeFetch() public method

public ResAttributeFetch ( SourceRange range, IResTypeExp type, IResExp obj, IResExp attribute ) : System
range SourceRange
type IResTypeExp
obj IResExp
attribute IResExp
return System

Substitute() public method

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