net.sourceforge.pmd.dfa
Class SequenceChecker
public
class
SequenceChecker
extends Object
Author: raik
Computes the first sequence in a list.
e.g.
IF_START 0
WHILE_EXPR 1
WHILE_END 2
IF_END 3
The first sequence is WHILE_EXPR und WHILE_END. It returns always the
first inner nested scope.
public SequenceChecker(List bracesList)
public int getFirstIndex()
public int getLastIndex()
public boolean run()
Finds the first most inner sequence e.g IFStart & IFEnd. If no sequence
is found or the list is empty the method returns false.