C# Class IronRuby.Compiler.Ast.AliasStatement

Inheritance: Expression
Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
AliasStatement ( bool isMethodAlias, string newName, string oldName, Microsoft.Scripting.SourceSpan location ) : System.Dynamic

Méthodes protégées

Méthode Description
Walk ( Walker walker ) : void

Private Methods

Méthode Description
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

AliasStatement() public méthode

public AliasStatement ( bool isMethodAlias, string newName, string oldName, Microsoft.Scripting.SourceSpan location ) : System.Dynamic
isMethodAlias bool
newName string
oldName string
location Microsoft.Scripting.SourceSpan
Résultat System.Dynamic

Walk() protected méthode

protected Walk ( Walker walker ) : void
walker Walker
Résultat void