메소드 | 설명 | |
---|---|---|
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 |