public class AnonymousFunctionCall extends ScriptStringBase
COLON, COMMA, DOT, EMPTY_STRING, EQUALS, FUNCTION, LEFT_CURLY_BRACKET, LEFT_ROUND_BRACKET, LEFT_SQUARE_BRACKET, RIGHT_CURLY_BRACKET, RIGHT_ROUND_BRACKET, RIGHT_SQUARE_BRACKET
Constructor and Description |
---|
AnonymousFunctionCall(Object... parameterNames) |
Modifier and Type | Method and Description |
---|---|
AnonymousFunctionCall |
addParameterName(Object... param) |
AnonymousFunctionCall |
addParameterValue(Object... param) |
AnonymousFunctionCall |
addToBody(Object body) |
void |
appendScript(Appendable target)
Append JavaScript code to @link
Appendable |
appendScriptToStringBuilder, toScript, toString
public AnonymousFunctionCall(Object... parameterNames)
public void appendScript(Appendable target) throws IOException
ScriptString
Appendable
IOException
public AnonymousFunctionCall addParameterName(Object... param)
public AnonymousFunctionCall addParameterValue(Object... param)
public AnonymousFunctionCall addToBody(Object body)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.