| com.google.gwt.dev.js.ast.JsExpression com.google.gwt.dev.js.ast.JsFunction
JsFunction | public JsFunction(JsScope parent)(Code) | | Creates an anonymous function.
|
JsFunction | public JsFunction(JsScope parent, JsName name)(Code) | | Creates a function that is not derived from Java source.
|
JsFunction | public JsFunction(JsScope parent, JsName name, boolean fromJava)(Code) | | Creates a named function, possibly derived from Java source.
|
getExecuteOnce | public boolean getExecuteOnce()(Code) | | If true, this indicates that only the first invocation of the function will
have any effects. Subsequent invocations may be considered to be no-op
calls whose return value is ignored.
|
isFromJava | public boolean isFromJava()(Code) | | |
setExecuteOnce | public void setExecuteOnce(boolean executeOnce)(Code) | | |
setFromJava | public void setFromJava(boolean fromJava)(Code) | | |
|
|