Home
last modified time | relevance | path

Searched refs:IsEndOfFile (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs87 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
124 if (IsEndOfFile(o)) in Fill()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs108 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
155 if ( IsEndOfFile(o) ) in Fill()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs84 public override bool IsEndOfFile(IToken o) { in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnbufferedTokenStream.cs147 public override bool IsEndOfFile(IToken o) in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs160 public override bool IsEndOfFile(object o) { in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs205 public override bool IsEndOfFile(object o) in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream