Home
last modified time | relevance | path

Searched defs:CombineFollows (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs561 protected virtual BitSet CombineFollows(bool exact) { in CombineFollows() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs635 protected virtual BitSet CombineFollows(bool exact) in CombineFollows() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function