Méthode | Description | |
---|---|---|
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 | |
Résultat | System |
public DefineMethod ( string name, IMethod method ) : void | ||
name | string | |
method | IMethod | |
Résultat | void |
public DefineVariable ( string name, IType type ) : void | ||
name | string | |
type | IType | |
Résultat | void |
public GetVariableType ( string name ) : IType | ||
name | string | |
Résultat | IType |
public NewInstance ( object arguments ) : object | ||
arguments | object | |
Résultat | object |