|
||||||||||
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.MultiLineScript
org.hawk.module.script.IfScript
org.hawk.module.script.ElseIfScript
public class ElseIfScript
Field Summary |
---|
Fields inherited from class org.hawk.module.script.IfScript |
---|
elseIfScript, expression |
Fields inherited from class org.hawk.module.script.MultiLineScript |
---|
defaultMultiLineScript, functionScript, innerScripts, localStructStack, localVariableTableStack, multiLineContainer |
Fields inherited from class org.hawk.module.script.AbstractScript |
---|
outerMultiLineScript |
Constructor Summary | |
---|---|
ElseIfScript()
|
Method Summary | |
---|---|
Variable |
execute()
This executes the contents of a script. |
boolean |
isVariable()
|
Methods inherited from class org.hawk.module.script.IfScript |
---|
createScript, evaluate, getElseIfScript, getExpression, hasElseCondition, setElseIfScript, setExpression |
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, 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 ElseIfScript()
Method Detail |
---|
public Variable execute() throws HawkException
IScript
execute
in interface IScript
execute
in class IfScript
HawkException
public boolean isVariable()
isVariable
in interface IScript
isVariable
in class IfScript
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |