Package | Description |
---|---|
org.apache.manifoldcf.scriptengine |
Modifier and Type | Method and Description |
---|---|
void |
ScriptParser.addVariable(java.lang.String variableName,
Variable v)
Add a variable.
|
VariableReference |
Variable.ampersand(Variable v) |
VariableReference |
VariableBase.ampersand(Variable v) |
VariableReference |
VariableBoolean.ampersand(Variable v) |
VariableReference |
VariableInt.ampersand(Variable v) |
VariableReference |
Variable.asterisk(Variable v) |
VariableReference |
VariableBase.asterisk(Variable v) |
VariableReference |
VariableFloat.asterisk(Variable v) |
VariableReference |
VariableInt.asterisk(Variable v) |
VariableReference |
Variable.doubleAmpersand(Variable v) |
VariableReference |
VariableBase.doubleAmpersand(Variable v) |
VariableReference |
VariableBoolean.doubleAmpersand(Variable v) |
VariableReference |
Variable.doubleEquals(Variable v) |
VariableReference |
VariableBase.doubleEquals(Variable v) |
VariableReference |
VariableBoolean.doubleEquals(Variable v) |
VariableReference |
VariableConnectionName.doubleEquals(Variable v) |
VariableReference |
VariableFloat.doubleEquals(Variable v) |
VariableReference |
VariableInt.doubleEquals(Variable v) |
VariableReference |
VariableQueryArg.doubleEquals(Variable v) |
VariableReference |
VariableString.doubleEquals(Variable v) |
VariableReference |
VariableURL.doubleEquals(Variable v) |
VariableReference |
Variable.doublePipe(Variable v) |
VariableReference |
VariableBase.doublePipe(Variable v) |
VariableReference |
VariableBoolean.doublePipe(Variable v) |
protected VariableReference |
ScriptParser.evaluateExpression_1(TokenStream currentStream) |
protected VariableReference |
ScriptParser.evaluateExpression_2(TokenStream currentStream) |
protected VariableReference |
ScriptParser.evaluateExpression_3(TokenStream currentStream) |
protected VariableReference |
ScriptParser.evaluateExpression_4(TokenStream currentStream) |
protected VariableReference |
ScriptParser.evaluateExpression_5(TokenStream currentStream) |
protected VariableReference |
ScriptParser.evaluateExpression_6(TokenStream currentStream) |
VariableReference |
ScriptParser.evaluateExpression(TokenStream currentStream)
Evaluate an expression.
|
VariableReference |
Variable.exclamationEquals(Variable v) |
VariableReference |
VariableBase.exclamationEquals(Variable v) |
VariableReference |
VariableBoolean.exclamationEquals(Variable v) |
VariableReference |
VariableConnectionName.exclamationEquals(Variable v) |
VariableReference |
VariableFloat.exclamationEquals(Variable v) |
VariableReference |
VariableInt.exclamationEquals(Variable v) |
VariableReference |
VariableQueryArg.exclamationEquals(Variable v) |
VariableReference |
VariableString.exclamationEquals(Variable v) |
VariableReference |
VariableURL.exclamationEquals(Variable v) |
void |
ScriptParser.execute(TokenStream currentStream)
Execute script.
|
VariableReference |
Variable.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableArray.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableBase.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableConfiguration.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableConfigurationNode.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableDict.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
VariableReference |
VariableResult.getAttribute(java.lang.String attributeName)
Get a named attribute of the variable; e.g.
|
boolean |
Variable.getBooleanValue()
Get the variable's value as a boolean
|
boolean |
VariableBase.getBooleanValue()
Get the variable's value as a boolean
|
boolean |
VariableBoolean.getBooleanValue()
Get the variable's value as a boolean
|
ConfigurationNode |
Variable.getConfigurationNodeValue()
Get the variable's value as a ConfigurationNode object
|
ConfigurationNode |
VariableBase.getConfigurationNodeValue()
Get the variable's value as a ConfigurationNode object
|
ConfigurationNode |
VariableConfigurationNode.getConfigurationNodeValue()
Get the variable's value as a ConfigurationNode object
|
Configuration |
Variable.getConfigurationValue()
Get the variable's value as a Configuration object
|
Configuration |
VariableBase.getConfigurationValue()
Get the variable's value as a Configuration object
|
Configuration |
VariableConfiguration.getConfigurationValue()
Get the variable's value as a Configuration object
|
double |
Variable.getDoubleValue()
Get the variable's value as a double
|
double |
VariableBase.getDoubleValue()
Get the variable's value as a double
|
double |
VariableFloat.getDoubleValue()
Get the variable's value as a double
|
double |
VariableInt.getDoubleValue()
Get the variable's value as a double
|
double |
VariableString.getDoubleValue()
Get the variable's value as a double
|
VariableReference |
Variable.getIndexed(Variable index)
Get an indexed property of the variable
|
VariableReference |
VariableArray.getIndexed(Variable index)
Get an indexed property of the variable
|
VariableReference |
VariableBase.getIndexed(Variable index)
Get an indexed property of the variable
|
VariableReference |
VariableConfiguration.getIndexed(Variable index)
Get an indexed property of the variable
|
VariableReference |
VariableConfigurationNode.getIndexed(Variable index)
Get an indexed property of the variable
|
VariableReference |
VariableDict.getIndexed(Variable index)
Get an indexed property of the variable
|
int |
Variable.getIntValue()
Get the variable's value as an integer
|
int |
VariableBase.getIntValue()
Get the variable's value as an integer
|
int |
VariableFloat.getIntValue()
Get the variable's value as an integer
|
int |
VariableInt.getIntValue()
Get the variable's value as an integer
|
int |
VariableResult.getIntValue()
Get the variable's value as an integer
|
int |
VariableString.getIntValue()
Get the variable's value as an integer
|
java.lang.String |
Variable.getQueryArgumentValue()
Get the variable's value as a properly-encoded query argument
|
java.lang.String |
VariableBase.getQueryArgumentValue()
Get the variable's value as a properly-encoded query argument
|
java.lang.String |
VariableQueryArg.getQueryArgumentValue() |
java.lang.String |
Variable.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableArray.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableBase.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableBoolean.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableConfiguration.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableConfigurationNode.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableConnectionName.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableFloat.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableInt.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableQueryArg.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableResult.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableString.getScriptValue()
Get the variable's script value
|
java.lang.String |
VariableURL.getScriptValue()
Get the variable's script value
|
java.lang.String |
Variable.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableBase.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableConfigurationNode.getStringValue()
Convert to a value
|
java.lang.String |
VariableConnectionName.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableFloat.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableInt.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableQueryArg.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableString.getStringValue()
Get the variable's value as a string
|
java.lang.String |
VariableURL.getStringValue()
Get the variable's value as a string
|
java.lang.String |
Variable.getURLPathValue()
Get the variable's value as a URL path component
|
java.lang.String |
VariableBase.getURLPathValue()
Get the variable's value as a URL path component
|
java.lang.String |
VariableConnectionName.getURLPathValue()
Get the variable's value as a URL path component
|
java.lang.String |
VariableString.getURLPathValue()
Get the variable's value as a URL path component
|
VariableReference |
Variable.greaterAngle(Variable v) |
VariableReference |
VariableBase.greaterAngle(Variable v) |
VariableReference |
VariableFloat.greaterAngle(Variable v) |
VariableReference |
VariableInt.greaterAngle(Variable v) |
VariableReference |
Variable.greaterAngleEquals(Variable v) |
VariableReference |
VariableBase.greaterAngleEquals(Variable v) |
VariableReference |
VariableFloat.greaterAngleEquals(Variable v) |
VariableReference |
VariableInt.greaterAngleEquals(Variable v) |
boolean |
Variable.hasBooleanValue()
Check if the variable has a boolean value
|
boolean |
VariableBase.hasBooleanValue()
Check if the variable has a boolean value
|
boolean |
VariableBoolean.hasBooleanValue()
Check if the variable has a boolean value
|
boolean |
Variable.hasConfigurationNodeValue()
Check if the variable has a ConfigurationNode value
|
boolean |
VariableBase.hasConfigurationNodeValue()
Check if the variable has a ConfigurationNode value
|
boolean |
Variable.hasConfigurationValue()
Check if the variable has a Configuration value
|
boolean |
VariableBase.hasConfigurationValue()
Check if the variable has a Configuration value
|
boolean |
VariableConfiguration.hasConfigurationValue()
Check if the variable has a Configuration value
|
boolean |
Variable.hasDoubleValue()
Check if the variable has a double value
|
boolean |
VariableBase.hasDoubleValue()
Check if the variable has a double value
|
boolean |
VariableFloat.hasDoubleValue()
Check if the variable has a double value
|
boolean |
VariableInt.hasDoubleValue()
Check if the variable has a double value
|
boolean |
VariableString.hasDoubleValue()
Check if the variable has a double value
|
boolean |
Variable.hasIntValue()
Check if the variable has an int value
|
boolean |
VariableBase.hasIntValue()
Check if the variable has an int value
|
boolean |
VariableFloat.hasIntValue()
Check if the variable has an int value
|
boolean |
VariableInt.hasIntValue()
Check if the variable has an int value
|
boolean |
VariableResult.hasIntValue()
Check if the variable has an int value
|
boolean |
VariableString.hasIntValue()
Check if the variable has an int value
|
boolean |
Variable.hasQueryArgumentValue()
Check if the variable has a query argument value
|
boolean |
VariableBase.hasQueryArgumentValue()
Check if the variable has a query argument value
|
boolean |
VariableQueryArg.hasQueryArgumentValue()
Check if the variable has a query arg value
|
boolean |
Variable.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableArray.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableBase.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableBoolean.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableConfiguration.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableConfigurationNode.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableConnectionName.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableFloat.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableInt.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableQueryArg.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableResult.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableString.hasScriptValue()
Check if the variable has a script value
|
boolean |
VariableURL.hasScriptValue()
Check if the variable has a script value
|
boolean |
Variable.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableBase.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableConfigurationNode.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableConnectionName.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableFloat.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableInt.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableQueryArg.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableString.hasStringValue()
Check if the variable has a string value
|
boolean |
VariableURL.hasStringValue()
Check if the variable has a string value
|
boolean |
Variable.hasURLPathValue()
Check if the variable has a URL path value
|
boolean |
VariableBase.hasURLPathValue()
Check if the variable has a URL path value
|
boolean |
VariableConnectionName.hasURLPathValue()
Check if the variable has a URL path value
|
boolean |
VariableString.hasURLPathValue()
Check if the variable has a URL path value
|
void |
Variable.insertAt(Variable v,
Variable index)
Insert an object into this variable at a position.
|
void |
VariableArray.insertAt(Variable v,
Variable index)
Insert an object into this variable at a position.
|
void |
VariableBase.insertAt(Variable v,
Variable index)
Insert an object into this variable at a position.
|
void |
VariableConfiguration.insertAt(Variable v,
Variable index)
Insert an object into this variable at a position.
|
void |
VariableConfigurationNode.insertAt(Variable v,
Variable index)
Insert an object into this variable at a position.
|
VariableReference |
Variable.lesserAngle(Variable v) |
VariableReference |
VariableBase.lesserAngle(Variable v) |
VariableReference |
VariableFloat.lesserAngle(Variable v) |
VariableReference |
VariableInt.lesserAngle(Variable v) |
VariableReference |
Variable.lesserAngleEquals(Variable v) |
VariableReference |
VariableBase.lesserAngleEquals(Variable v) |
VariableReference |
VariableFloat.lesserAngleEquals(Variable v) |
VariableReference |
VariableInt.lesserAngleEquals(Variable v) |
static void |
ScriptParser.localError(TokenStream currentStream,
java.lang.String message) |
VariableReference |
Variable.minus(Variable v) |
VariableReference |
VariableBase.minus(Variable v) |
VariableReference |
VariableFloat.minus(Variable v) |
VariableReference |
VariableInt.minus(Variable v) |
VariableReference |
NewArray.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConfiguration.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConfigurationNode.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConnectionName.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewDictionary.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewOperation.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewQueryArgument.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewURL.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
BreakCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
Command.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
DELETECommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
ErrorCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
GETCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
IfCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
InsertCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
POSTCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
PUTCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
PrintCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
RemoveCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
SetCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
WaitCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
WhileCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
void |
BreakCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
Command.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
DELETECommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
ErrorCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
GETCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
IfCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
InsertCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewArray.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConfiguration.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConfigurationNode.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConnectionName.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewDictionary.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewOperation.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewQueryArgument.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewURL.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
POSTCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
PUTCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
PrintCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
RemoveCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
SetCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
WaitCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
WhileCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
protected Token |
BasicTokenStream.parseNextToken() |
protected int |
ScriptParser.parseStatement(TokenStream currentStream)
Parse a single statement.
|
boolean |
ScriptParser.parseStatements(TokenStream currentStream)
Parse and execute multiple statements.
|
protected VariableReference |
ScriptParser.parseVariableReference_0(TokenStream currentStream) |
protected VariableReference |
ScriptParser.parseVariableReference_1(TokenStream currentStream) |
protected VariableReference |
ScriptParser.parseVariableReference_2(TokenStream currentStream) |
protected VariableReference |
ScriptParser.parseVariableReference(TokenStream currentStream) |
Token |
BasicTokenStream.peek() |
int |
CharacterStream.peek() |
Token |
RewindableTokenStream.peek() |
Token |
TokenStream.peek()
Examine the current token.
|
VariableReference |
Variable.pipe(Variable v) |
VariableReference |
VariableBase.pipe(Variable v) |
VariableReference |
VariableBoolean.pipe(Variable v) |
VariableReference |
VariableInt.pipe(Variable v) |
VariableReference |
Variable.plus(Variable v) |
VariableReference |
VariableBase.plus(Variable v) |
VariableReference |
VariableConfiguration.plus(Variable v) |
VariableReference |
VariableConfigurationNode.plus(Variable v) |
VariableReference |
VariableFloat.plus(Variable v) |
VariableReference |
VariableInt.plus(Variable v) |
VariableReference |
VariableString.plus(Variable v) |
VariableReference |
VariableURL.plus(Variable v) |
protected int |
CharacterStream.readNextCharacter() |
void |
Variable.removeAt(Variable index)
Delete an object from this variable at a position.
|
void |
VariableArray.removeAt(Variable index)
Delete an object from this variable at a position.
|
void |
VariableBase.removeAt(Variable index)
Delete an object from this variable at a position.
|
void |
VariableConfiguration.removeAt(Variable index)
Delete an object from this variable at a position.
|
void |
VariableConfigurationNode.removeAt(Variable index)
Delete an object from this variable at a position.
|
Variable |
ContextVariableReference.resolve()
Resolve the reference
|
Variable |
NullVariableReference.resolve()
Resolve the reference
|
Variable |
VariableArray.ElementReference.resolve() |
Variable |
VariableBase.resolve()
Resolve the reference
|
Variable |
VariableConfiguration.NodeReference.resolve() |
Variable |
VariableConfigurationNode.ValueReference.resolve() |
Variable |
VariableConfigurationNode.AttributeReference.resolve() |
Variable |
VariableConfigurationNode.NodeReference.resolve() |
Variable |
VariableReference.resolve()
Resolve the reference
|
static Variable |
ScriptParser.resolveMustExist(TokenStream currentStream,
VariableReference vr) |
void |
ContextVariableReference.setReference(Variable object)
Set the reference
|
void |
NullVariableReference.setReference(Variable object)
Set the reference
|
void |
VariableArray.ElementReference.setReference(Variable v) |
void |
VariableBase.setReference(Variable object)
Set the reference
|
void |
VariableConfiguration.NodeReference.setReference(Variable v) |
void |
VariableConfigurationNode.ValueReference.setReference(Variable v) |
void |
VariableConfigurationNode.AttributeReference.setReference(Variable v) |
void |
VariableConfigurationNode.NodeReference.setReference(Variable v) |
void |
VariableReference.setReference(Variable object)
Set the reference
|
protected boolean |
ScriptParser.skipExpression_1(TokenStream currentStream) |
protected boolean |
ScriptParser.skipExpression_2(TokenStream currentStream) |
protected boolean |
ScriptParser.skipExpression_3(TokenStream currentStream) |
protected boolean |
ScriptParser.skipExpression_4(TokenStream currentStream) |
protected boolean |
ScriptParser.skipExpression_5(TokenStream currentStream) |
protected boolean |
ScriptParser.skipExpression_6(TokenStream currentStream) |
boolean |
ScriptParser.skipExpression(TokenStream currentStream)
Skip an expression.
|
protected boolean |
ScriptParser.skipStatement(TokenStream currentStream)
Skip a single statement.
|
void |
ScriptParser.skipStatements(TokenStream currentStream)
Skip multiple statements.
|
protected boolean |
ScriptParser.skipVariableReference_0(TokenStream currentStream) |
protected boolean |
ScriptParser.skipVariableReference_1(TokenStream currentStream) |
protected boolean |
ScriptParser.skipVariableReference_2(TokenStream currentStream) |
protected boolean |
ScriptParser.skipVariableReference(TokenStream currentStream) |
VariableReference |
Variable.slash(Variable v) |
VariableReference |
VariableBase.slash(Variable v) |
VariableReference |
VariableFloat.slash(Variable v) |
VariableReference |
VariableInt.slash(Variable v) |
static void |
ScriptParser.syntaxError(TokenStream currentStream,
java.lang.String message) |
void |
Token.throwException(java.lang.String message) |
VariableReference |
Variable.unaryExclamation() |
VariableReference |
VariableBase.unaryExclamation() |
VariableReference |
VariableBoolean.unaryExclamation() |
VariableReference |
VariableInt.unaryExclamation() |
VariableReference |
Variable.unaryMinus() |
VariableReference |
VariableBase.unaryMinus() |
VariableReference |
VariableFloat.unaryMinus() |
VariableReference |
VariableInt.unaryMinus() |
Constructor and Description |
---|
VariableConfiguration(java.lang.String json) |
VariableResult(int resultCode,
java.lang.String json) |