118119120121122123124
public IScriptCompilerListener getListener() { throw new NotImplementedException(); } public String getResourceGroup() { throw new NotImplementedException(); }
122123124125126127128
public String getResourceGroup() { throw new NotImplementedException(); } public void removeNameExclusion(String type) { throw new NotImplementedException(); }
126127128129130131132
public void removeNameExclusion(String type) { throw new NotImplementedException(); } public void setListener(IScriptCompilerListener listener) { 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(); }
106107108109110111112
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(); }