IfList
class extends the ArrayList
class with the limitation to only support adding {@link IfListEntry} objectsand adding a {@link #match} method.This class is a container for data contained in the If production IfList
IfList = { [ "Not" ] ( ("<" Word ">" ) | ( "[" Word "]" ) ) } .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|