Method | Description | |
---|---|---|
ImplicitBaseClassCompilerStep ( |
Create new instance of ImplicitBaseClassCompilerStep
|
|
ImplicitBaseClassCompilerStep ( |
Create new instance of ImplicitBaseClassCompilerStep
|
Method | Description | |
---|---|---|
ExtendBaseClass ( |
Allow a derived class to perform additional operations on the newly created type definition.
|
|
ExtendBaseClass ( Boo.Lang.Compiler.Ast.TypeDefinition definition ) : void |
Allow to extend the base class in additional ways
|
protected ExtendBaseClass ( |
||
module | ||
definition | ||
return | void |
protected ExtendBaseClass ( Boo.Lang.Compiler.Ast.TypeDefinition definition ) : void | ||
definition | Boo.Lang.Compiler.Ast.TypeDefinition | The definition. |
return | void |
public ImplicitBaseClassCompilerStep ( |
||
baseClass | The base class that will be used | |
methodName | string | The name of the method that will get all the code from globals moved to it. |
return | System |
public ImplicitBaseClassCompilerStep ( |
||
baseClass | The base class that will be used | |
methodName | string | The name of the method that will get all the code from globals moved to it. |
parameters | The parameters of this method | |
return | System |