Lines Matching full:bitset
141 public virtual object Match( IIntStream input, int ttype, BitSet follow )
174 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow )
185 BitSet viableTokensFollowingThisRule = ComputeContextSensitiveRuleFOLLOW();
199 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR
455 BitSet followSet = ComputeErrorRecoverySet();
565 protected virtual BitSet ComputeErrorRecoverySet()
624 protected virtual BitSet ComputeContextSensitiveRuleFOLLOW()
633 protected virtual BitSet CombineFollows(bool exact)
636 BitSet followSet = new BitSet();
639 BitSet localFollowSet = (BitSet)state.following[i];
695 protected virtual object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow )
732 BitSet follow )
785 BitSet follow )
802 public virtual void ConsumeUntil( IIntStream input, BitSet set )
815 protected void PushFollow( BitSet fset )