C# Class IronRuby.Compiler.Ast.AliasStatement

Inheritance: Expression
Datei anzeigen Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Walk ( Walker walker ) : void

Private Methods

Method Description
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

AliasStatement() public method

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

Walk() protected method

protected Walk ( Walker walker ) : void
walker Walker
return void