Метод | Описание | |
---|---|---|
BaseClass ( string name, IClass super ) : System | ||
DefineMethod ( string name, IMethod method ) : void | ||
DefineVariable ( string name, IType type ) : void | ||
GetMethod ( string name ) : IMethod | ||
GetVariableType ( string name ) : IType | ||
NewInstance ( object arguments ) : object |
public BaseClass ( string name, IClass super ) : System | ||
name | string | |
super | IClass | |
Результат | System |
public DefineMethod ( string name, IMethod method ) : void | ||
name | string | |
method | IMethod | |
Результат | void |
public DefineVariable ( string name, IType type ) : void | ||
name | string | |
type | IType | |
Результат | void |
public GetMethod ( string name ) : IMethod | ||
name | string | |
Результат | IMethod |
public GetVariableType ( string name ) : IType | ||
name | string | |
Результат | IType |
public NewInstance ( object arguments ) : object | ||
arguments | object | |
Результат | object |