C# Class IronRuby.Compiler.Ast.Maplet

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

Méthodes publiques

Méthode Description
Maplet ( IronRuby.Compiler.Ast.Expression key, IronRuby.Compiler.Ast.Expression value, SourceSpan location ) : Microsoft.Scripting

Méthodes protégées

Méthode Description
Walk ( Walker walker ) : void

Method Details

Maplet() public méthode

public Maplet ( IronRuby.Compiler.Ast.Expression key, IronRuby.Compiler.Ast.Expression value, SourceSpan location ) : Microsoft.Scripting
key IronRuby.Compiler.Ast.Expression
value IronRuby.Compiler.Ast.Expression
location SourceSpan
Résultat Microsoft.Scripting

Walk() protected méthode

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