C# Class IronRuby.Compiler.Ast.ClassDefinition

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
ClassDefinition ( LexicalScope definedScope, ConstantVariable name, IronRuby.Compiler.Ast.Expression superClass, Body body, SourceSpan location ) : Microsoft.Scripting

Private Methods

Méthode Description
MakeDefinitionExpression ( AstGenerator gen ) : Expression

Method Details

ClassDefinition() public méthode

public ClassDefinition ( LexicalScope definedScope, ConstantVariable name, IronRuby.Compiler.Ast.Expression superClass, Body body, SourceSpan location ) : Microsoft.Scripting
definedScope LexicalScope
name ConstantVariable
superClass IronRuby.Compiler.Ast.Expression
body Body
location SourceSpan
Résultat Microsoft.Scripting