C# Class Boo.Lang.Compiler.Ast.Method

Inheritance: Boo.Lang.Compiler.Ast.CallableDefinition, IExplicitMember, INodeWithBody
Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
Method ( ) : System
Method ( LexicalInfo lexicalInfoProvider ) : System
Method ( string name ) : System

Method Details

Method() public method

public Method ( ) : System
return System

Method() public method

public Method ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
return System

Method() public method

public Method ( string name ) : System
name string
return System