|
||||||||||
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.ThinkScript
public class ThinkScript
Field Summary |
---|
Fields inherited from class org.hawk.module.script.AbstractScript |
---|
outerMultiLineScript |
Constructor Summary | |
---|---|
ThinkScript()
|
Method Summary | |
---|---|
static ThinkScript |
createScript(java.util.Map<java.lang.Integer,java.lang.String> lineThinkMatcherMap)
|
Variable |
execute()
This executes the contents of a script. |
static java.util.regex.Pattern |
getPattern()
|
int |
getTime()
|
boolean |
isVariable()
|
void |
setTime(int time)
|
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 ThinkScript()
Method Detail |
---|
public int getTime()
public void setTime(int time)
public static java.util.regex.Pattern getPattern()
public static ThinkScript createScript(java.util.Map<java.lang.Integer,java.lang.String> lineThinkMatcherMap)
public Variable execute() throws HawkException
IScript
execute
in interface IScript
execute
in class SingleLineScript
HawkException
public boolean isVariable()
isVariable
in interface IScript
isVariable
in class SingleLineScript
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |