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(); }
85868788899091
private final native void __delete(long _pointer_); public boolean _compile(IAbstractNodeListPtr nodes, String group) { throw new NotImplementedException(); }
90919293949596
throw new NotImplementedException(); } public void _fireCreateObject(IAny returnValue, String type, Ivector<IAny> args) { throw new NotImplementedException(); }
949596979899100
Ivector<IAny> args) { throw new NotImplementedException(); } public boolean _fireEvent(String name, Ivector<IAny> args, IAny retval) { throw new NotImplementedException(); }
9899100101102103104
public boolean _fireEvent(String name, Ivector<IAny> args, IAny retval) { throw new NotImplementedException(); } public void addError(long code, String file, int line, String msg) { throw new NotImplementedException(); }
102103104105106107108
public void addError(long code, String file, int line, String msg) { throw new NotImplementedException(); } public void addNameExclusion(String type) { throw new NotImplementedException(); }
public void addNameExclusion(String type) { throw new NotImplementedException(); } public boolean compile(String str, String source, String group) { throw new NotImplementedException(); }
110111112113114115116
public boolean compile(String str, String source, String group) { throw new NotImplementedException(); } public boolean compile(IConcreteNodeListPtr nodes, String group) { throw new NotImplementedException(); }
114115116117118119120
public boolean compile(IConcreteNodeListPtr nodes, String group) { throw new NotImplementedException(); } public IScriptCompilerListener getListener() { throw new NotImplementedException(); }