home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / os2 / fp1os2.arj / OS2 / DATA / 49 / C / 0 / F_26836 / JSbxMethod.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-05-15  |  950 b   |  28 lines

  1. public abstract class JSbxMethod extends JSbxObject implements JSbxPropertyInterface {
  2.    JSbxObject aMethodThisObj;
  3.  
  4.    public JSbxMethod(JScriptConstructor var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public abstract JSbxValue CallFunction(JScriptCallParam var1) throws JSbxExceptionBase;
  9.  
  10.    public JSbxValue PropertyCallFunction(JSbxObjectProperty var1, JScriptCallParam var2) throws JSbxExceptionBase {
  11.       return null;
  12.    }
  13.  
  14.    public void PropertyGet(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException {
  15.    }
  16.  
  17.    public void PropertyPut(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException {
  18.    }
  19.  
  20.    public String Property_GetJScript_typeofString(JSbxObjectProperty var1) {
  21.       return "function";
  22.    }
  23.  
  24.    public String GetJScript_typeofString() {
  25.       return "function";
  26.    }
  27. }
  28.