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