Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:symbol

93     /// Return the current input symbol index 0..N where N indicates the
94 /// last symbol has been read. The index is the symbol about to be
95 /// read not the most recently read symbol.
163 /// the ith symbol. So, seeking to 0 means LA(1) will return the first
709 /// Match current input symbol against ttype. Attempt
755 /// <summary> Match the wildcard: in a symbol</summary>
806 /// for NoViableAlt and mismatched symbol exceptions. If you enable
808 /// handle mismatched symbol exceptions but there could be a mismatched
1033 function SpecialTransition(const State, Symbol: Integer): Integer;
1361 /// complete trace of rules from the start symbol. This gives you considerable
1372 /// knows its state (such as current input symbol and line info) that
1958 /// will avoid creating a token for this symbol and try to fetch another.
2006 /// Match needs to return the current input symbol, which gets put
2011 /// input symbol is.
2065 /// symbols. But, actions might refer to that missing symbol.
2425 function SpecialTransition(const State, Symbol: Integer): Integer;
4563 // remove EOR if we're not the start symbol
4572 // in follow set to indicate that the fall of the start symbol is
5209 // not in range and not EOF/EOT, must be invalid symbol
5236 function TDFA.SpecialTransition(const State, Symbol: Integer): Integer;