Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
O
P
R
S
T
U
W
A
afterEquals(String)
- Method in class main.progAnal.
ProgramAnalyser
Return part of input statement that occurs after the "=" sign
applyRules(HashMap, LinkedHashMap, ArrayList)
- Method in class main.rules.
RuleApplyer
Return map of results from role checking
arithExp(String)
- Method in class main.progAnal.
ProgramAnalyser
Return true if input statement is an arithmetic expression
arithExp(String, String)
- Method in class main.progAnal.
ProgramAnalyser
Return true if input statement containing variable is an arithmetic expression
arrayAssignInLoop()
- Method in class main.test.
DebugStringer
State that variable appears to be array filled in loop
arrayCheck()
- Method in class main.progAnal.
ConditionChecker
Return list of statements where variable appears to be being used like an array
assignBeforeUse(HashMap)
- Method in class main.progAnal.
ConditionChecker
Return list of statements where variable is assigned with value in loop before it is used in that loop
assignBeforeUse()
- Method in class main.test.
DebugStringer
State that variable is not assigned before use in a loop
assignedInFor(boolean)
- Method in class main.test.
DebugStringer
Show if variable assigned in for loop statement
assignedWithMethod(HashMap)
- Method in class main.progAnal.
ConditionChecker
Return list of statement in which variable is assigned with output from method call
assignmentInFor(String)
- Method in class main.progAnal.
ConditionChecker
Return list of statements where variable is assigned in a "for" loop declaration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
O
P
R
S
T
U
W