Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
I
init()
- Method in class analysis.coverage.
Analyzer
Initializes all the productions and branches unused.
isAllBranchMark()
- Method in class analysis.coverage.
Analyzer
Returns true if all the branches have been used
isAllProductionMark()
- Method in class analysis.coverage.
Analyzer
Returns true if all the productions have been used
isEmpty()
- Method in class grammar.
Grammar
Returns true if the grammar is empty.
isProduction(String)
- Static method in class grammar.
ProductionChecker
Checks whether a given production is invalid.
isProductionLHS(String)
- Static method in class grammar.
ProductionChecker
Checks whether the left hand side of a given production is invalid.
isSorted()
- Method in class grammar.cfg.
MyGrammar
Returns whether the grammar is sorted or not.
isTerminal(String)
- Static method in class grammar.
ProductionChecker
Returns true if a given token is a terminal.
isTerminalProduction(Production)
- Static method in class grammar.
ProductionChecker
Returns true if a given production is a terminal production, whose RHS has no variables.
isVariable(String)
- Static method in class grammar.
ProductionChecker
Returns true if a given token is a variable.
isVariableProduction(Production)
- Static method in class grammar.
ProductionChecker
Returns true if a given production is a variable production, whose RHS has at least one variable.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V