A B C D E F G H I L M N O P R S T U V W

I

IDataType - Interface in org.hawk.module.script.type
 
ifCondition - Static variable in interface org.hawk.constant.HawkLanguageKeyWord
 
IfScript - Class in org.hawk.module.script
 
IfScript() - Constructor for class org.hawk.module.script.IfScript
 
IHttpExecutor - Interface in org.hawk.http
 
IModule - Interface in org.hawk.module
This represents hawk module interface.
Implementor - Annotation Type in org.hawk.module.annotation
 
Implementors - Annotation Type in org.hawk.module.annotation
 
INFIX - Static variable in class org.hawk.ds.HawkDSConstant
 
info(String) - Method in class org.hawk.logger.HawkLogger
 
initializeParams() - Method in class org.hawk.module.script.FunctionScript
 
initializeParams() - Method in class org.hawk.module.script.ParameterScript
 
initializeParamsValue(Map<Integer, IScript>) - Method in class org.hawk.module.script.FunctionScript
 
initializeParamsValue(Map<Integer, IScript>) - Method in class org.hawk.module.script.ParameterScript
 
initialValue() - Method in class org.hawk.http.HttpSessionLocal
 
innerScripts - Variable in class org.hawk.module.script.MultiLineScript
 
InputStreamEnum - Enum in org.hawk.module.script.enumeration
 
instantiate() - Method in class org.hawk.module.script.StructureDefnScript
 
instantiate() - Method in class org.hawk.module.script.StructureScript
 
interpret() - Method in class org.hawk.module.script.ScriptInterpreter
This interprets the hawk script file.
isCalculated() - Method in class org.hawk.ds.BinaryTree.Node
 
isClosingClubber() - Method in class org.hawk.ds.Element
This checks for ")"
isClubber() - Method in class org.hawk.ds.Element
This checks for the element is either "(" or ")"
isConstant() - Method in class org.hawk.ds.Element
 
IScript - Interface in org.hawk.module.script
The interface for scripts in Hawk.
isData() - Method in class org.hawk.module.script.type.BooleanDataType
 
isDefaultForLoop() - Method in class org.hawk.module.script.ForLoopScript
 
isDefaultMultiLineScript() - Method in class org.hawk.module.script.MultiLineScript
 
isDouble() - Method in class org.hawk.ds.Element
 
isEmpty() - Method in class org.hawk.ds.Stack
This deontes whether a stack is empty or not.
isEnded() - Static method in class org.hawk.data.perf.HawkPerfDataCollector
This indicates whether the current module is ended or not.
isExecFunction() - Method in class org.hawk.ds.Element
 
isExecModule() - Method in class org.hawk.ds.Element
 
isGlobalVarDeclared(Variable) - Method in class org.hawk.module.script.ScriptInterpreter
Checks whether this global variable is declared.
isIgnoreException() - Method in class org.hawk.module.task.SubTaskContainer
 
isInitialized() - Method in class org.hawk.module.script.ArrayDeclScript
 
isInside(int, boolean) - Method in class org.hawk.module.script.MultiLineScript
This checks whether particular script is inside multiline script definition block.
isInside(int) - Method in class org.hawk.module.script.MultiLineScript
This checks whether particular script is inside multiline script definition block.
isInsideMultiLineScript(int) - Method in class org.hawk.module.script.ScriptInterpreter
 
isIsVariable() - Method in class org.hawk.ds.Element
This checks if the the element is variable...
isLastScript() - Method in class org.hawk.module.script.AbstractScript
 
isLeft(Element) - Method in class org.hawk.ds.Element
This checks if the element's position left to the other element
isLibraryModule(String) - Static method in class org.hawk.module.LibraryModule
This checks if a module is a library
isLocalVarDeclared(Variable) - Method in class org.hawk.module.script.ForLoopScript
 
isLocalVarDeclared(Variable) - Method in class org.hawk.module.script.MultiLineScript
 
isMainFunction() - Method in class org.hawk.module.script.FunctionScript
 
isMainThread() - Static method in class org.hawk.util.HawkUtil
 
isOperand() - Method in class org.hawk.ds.Element
This checks if the element is operand
isOperator() - Method in class org.hawk.ds.Element
If this is a operator
isParamVarDeclared(Variable) - Method in class org.hawk.module.script.FunctionScript
 
isParamVarDeclared(Variable) - Method in class org.hawk.module.script.ParameterScript
 
isPositiveInteger() - Method in class org.hawk.module.script.type.DoubleDataType
 
isRight(Element) - Method in class org.hawk.ds.Element
This checks if the element's position right to the other element
isRtrn() - Method in class org.hawk.module.script.type.Variable
 
isStarted() - Static method in class org.hawk.data.perf.HawkPerfDataCollector
This indicates whether the current module is started or not.
isStartingClubber() - Method in class org.hawk.ds.Element
This checks for "("
isString() - Method in class org.hawk.ds.Element
 
isStringDataType(String) - Static method in class org.hawk.util.HawkUtil
 
isStructArray() - Method in enum org.hawk.module.script.enumeration.ArrayTypeEnum
 
isStructAsgnmnt() - Method in class org.hawk.ds.Element
 
isStructType() - Method in class org.hawk.module.script.ArrayDeclScript
 
isValid(Variable, MultiLineScript) - Static method in class org.hawk.module.script.LocalVarDeclScript
 
isVarArray() - Method in enum org.hawk.module.script.enumeration.ArrayTypeEnum
 
isVariable - Variable in class org.hawk.ds.Element
Boolean to indiate if the element is variable.
isVariable() - Method in class org.hawk.ds.Element
 
isVariable() - Method in class org.hawk.module.script.AbstractScript
 
isVariable() - Method in class org.hawk.module.script.AliasScript
 
isVariable() - Method in class org.hawk.module.script.ArrayDeclScript
 
isVariable() - Method in class org.hawk.module.script.AssignmentScript
 
isVariable() - Method in class org.hawk.module.script.BreakScript
 
isVariable() - Method in class org.hawk.module.script.CommentScript
 
isVariable() - Method in class org.hawk.module.script.DoWhileLoopScript
 
isVariable() - Method in class org.hawk.module.script.EchoScript
 
isVariable() - Method in class org.hawk.module.script.ElseIfScript
 
isVariable() - Method in class org.hawk.module.script.ExecFunctionScript
 
isVariable() - Method in class org.hawk.module.script.ExecModuleScript
 
isVariable() - Method in class org.hawk.module.script.ForLoopScript
 
isVariable() - Method in class org.hawk.module.script.FunctionScript
 
isVariable() - Method in class org.hawk.module.script.IfScript
 
isVariable() - Method in interface org.hawk.module.script.IScript
 
isVariable() - Method in class org.hawk.module.script.LocalVarDeclScript
 
isVariable() - Method in class org.hawk.module.script.MultiLineScript
 
isVariable() - Method in class org.hawk.module.script.ParameterScript
 
isVariable() - Method in class org.hawk.module.script.ReadLineScript
 
isVariable() - Method in class org.hawk.module.script.ReturnScript
 
isVariable() - Method in class org.hawk.module.script.SingleLineScript
 
isVariable() - Method in class org.hawk.module.script.StructureDefnScript
 
isVariable() - Method in class org.hawk.module.script.StructureScript
 
isVariable() - Method in class org.hawk.module.script.ThinkScript
 
isVariable() - Method in class org.hawk.module.script.VariableDeclScript
 
isVariable() - Method in class org.hawk.module.script.WhileLoopScript
 
isVarType() - Method in class org.hawk.module.script.ArrayDeclScript
 
iteration - Variable in class org.hawk.module.config.HawkConfig
This determines how many times the module is to be executed.
iterationThinkTime - Variable in class org.hawk.module.config.HawkConfig
This indicates how much time hawk to sleep between iteration.

A B C D E F G H I L M N O P R S T U V W