Lines Matching full:terminal
20 _elements = new BitSet(terminal.number());
73 /** Determine if the set contains a particular terminal.
74 * @param sym the terminal symbol we are looking for.
76 public boolean contains(terminal sym)
85 /** Given its index determine if the set contains a particular terminal.
86 * @param indx the index of the terminal in question.
127 /** Add a single terminal to the set.
128 * @param sym the terminal being added.
131 public boolean add(terminal sym)
150 /** Remove a terminal if it is in the set.
151 * @param sym the terminal being removed.
153 public void remove(terminal sym)
233 for (int t = 0; t < terminal.number(); t++)
242 result += terminal.find(t).name();