Lines Matching refs:Of
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. The name of the author may not be used to endorse or promote products
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41 * The most common stream of tokens is one where every token is buffered up
57 * chunks of it later.
78 * The index into the tokens list of the current token (next token
199 /** <summary>Given a starting index, return the index of the first on-channel token.</summary> */
221 * to force all tokens of type ttype to be on channel. For example,
265 * Given a start and stop index, return a List of all tokens in
313 return GetTokens( start, stop, BitSet.Of( ttype ) );
318 * first symbol of lookahead.