Home
last modified time | relevance | path

Searched refs:IndexOutOfRangeException (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs34 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
194 … throw new IndexOutOfRangeException("can't look backwards more than one token in this stream"); in LB()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs37 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
DBufferedTokenStream.cs36 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
207 …throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); in Get()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnbufferedTokenStream.cs38 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
DBufferedTokenStream.cs37 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
240 …throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); in Get()