86878889909192
private final native void __delete(long _pointer_); public void createObject(IAny returnValue, IScriptCompiler compiler, String type, Ivector<IAny> args) { throw new NotImplementedException(); }
91929394959697
throw new NotImplementedException(); } public void handleError(IScriptCompiler compiler, long code, String file, int line, String msg) { throw new NotImplementedException(); }
96979899100101102
throw new NotImplementedException(); } public boolean handleEvent(IScriptCompiler compiler, String name, Ivector<IAny> args, IAny retval) { throw new NotImplementedException(); }
101102103104105106107
throw new NotImplementedException(); } public void importFile(IConcreteNodeListPtr returnValue, IScriptCompiler compiler, String name) { throw new NotImplementedException(); }
106107108109110111112
throw new NotImplementedException(); } public boolean postConversion(IScriptCompiler compiler, IAbstractNodeListPtr a2) { throw new NotImplementedException(); }
111112113114115116117
throw new NotImplementedException(); } public void preConversion(IScriptCompiler compiler, IConcreteNodeListPtr nodes) { throw new NotImplementedException(); }