|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hawk.module.script.AbstractScript
org.hawk.module.script.SingleLineScript
org.hawk.module.script.ExecFunctionScript
org.hawk.module.script.ExecBackgroundSingleLineScript
public class ExecBackgroundSingleLineScript
Field Summary |
---|
Fields inherited from class org.hawk.module.script.AbstractScript |
---|
outerMultiLineScript |
Constructor Summary | |
---|---|
ExecBackgroundSingleLineScript()
|
Method Summary | |
---|---|
static ExecBackgroundSingleLineScript |
createScript(java.util.Map<java.lang.Integer,java.lang.String> lineFunctionMatcherMap)
|
Variable |
execute()
This executes the contents of a script. |
static java.util.regex.Pattern |
getPattern()
ExecFunctionScript pattern. |
Methods inherited from class org.hawk.module.script.ExecFunctionScript |
---|
cloneParamMap, execute, getFunctionName, getParamMap, getParams, isVariable, parseFunctionParameters, setFunctionName, setParamMap, setParams |
Methods inherited from class org.hawk.module.script.SingleLineScript |
---|
addScripts, copy, findNearestOuterMLScript, getVariable, getVariableValue, setVariable, setVariableValue, toUI |
Methods inherited from class org.hawk.module.script.AbstractScript |
---|
add, and, arrayBracket, assign, divide, equalTo, evaluateGlobalVariable, evaluateLocalBoolean, evaluateLocalVariable, getLineNumber, getOuterMultiLineScript, greaterThan, greaterThanEqualTo, isLastScript, lessThan, lessThanEqualTo, mangle, modulus, multiply, or, popLocalVars, pushLocalVars, refer, setLastScript, setLineNumber, setOuterMultiLineScript, subtract, toJava, toJavaMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecBackgroundSingleLineScript()
Method Detail |
---|
public static java.util.regex.Pattern getPattern()
ScriptPattern
public static ExecBackgroundSingleLineScript createScript(java.util.Map<java.lang.Integer,java.lang.String> lineFunctionMatcherMap) throws HawkException
HawkException
public Variable execute() throws HawkException
IScript
execute
in interface IScript
execute
in class ExecFunctionScript
HawkException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |