Home
last modified time | relevance | path

Searched refs:IIntStream (Results 1 – 25 of 53) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DMissingTokenException.cs64 public MissingTokenException(int expecting, IIntStream input, object inserted) in MissingTokenException()
69 …public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> token… in MissingTokenException()
75 …public MissingTokenException(string message, int expecting, IIntStream input, object inserted, ILi… in MissingTokenException()
81 …public MissingTokenException(string message, int expecting, IIntStream input, object inserted, ILi… in MissingTokenException()
DUnwantedTokenException.cs58 public UnwantedTokenException(int expecting, IIntStream input) in UnwantedTokenException()
63 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
68 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException()
73 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException()
DBaseRecognizer.cs141 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match()
162 public virtual void MatchAny( IIntStream input ) in MatchAny()
169 public virtual bool MismatchIsUnwantedToken( IIntStream input, int ttype ) in MismatchIsUnwantedToken()
174 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow ) in MismatchIsMissingToken()
444 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover()
695 … protected virtual object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
730 public virtual object RecoverFromMismatchedSet( IIntStream input, in RecoverFromMismatchedSet()
756 protected virtual object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol()
782 protected virtual object GetMissingSymbol( IIntStream input, in GetMissingSymbol()
790 public virtual void ConsumeUntil( IIntStream input, int tokenType ) in ConsumeUntil()
[all …]
DMismatchedTokenException.cs63 public MismatchedTokenException(int expecting, IIntStream input) in MismatchedTokenException()
68 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
77 …public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tok… in MismatchedTokenException()
86 …public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tok… in MismatchedTokenException()
DMismatchedNotSetException.cs56 public MismatchedNotSetException(BitSet expecting, IIntStream input) in MismatchedNotSetException()
61 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) in MismatchedNotSetException()
66 …public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception inn… in MismatchedNotSetException()
DEarlyExitException.cs60 public EarlyExitException(int decisionNumber, IIntStream input) in EarlyExitException()
66 public EarlyExitException(string message, int decisionNumber, IIntStream input) in EarlyExitException()
72 …public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerExc… in EarlyExitException()
DRecognitionException.cs79 private IIntStream _input;
130 public RecognitionException( IIntStream input ) in RecognitionException()
140 public RecognitionException(string message, IIntStream input) in RecognitionException()
150 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException()
232 public IIntStream Input
DMismatchedSetException.cs59 public MismatchedSetException( BitSet expecting, IIntStream input ) in MismatchedSetException()
65 public MismatchedSetException(string message, BitSet expecting, IIntStream input) in MismatchedSetException()
71 …public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerE… in MismatchedSetException()
DMismatchedRangeException.cs60 public MismatchedRangeException(int a, int b, IIntStream input) in MismatchedRangeException()
67 public MismatchedRangeException(string message, int a, int b, IIntStream input) in MismatchedRangeException()
74 …public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerExc… in MismatchedRangeException()
DFailedPredicateException.cs67 public FailedPredicateException(IIntStream input, string ruleName, string predicateText) in FailedPredicateException()
74 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
81 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
DNoViableAltException.cs68 …Exception(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException()
76 … message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException()
84 …tring grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception… in NoViableAltException()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMissingTokenException.cs59 public MissingTokenException(int expecting, IIntStream input, object inserted) in MissingTokenException()
63 …public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> token… in MissingTokenException()
68 …public MissingTokenException(string message, int expecting, IIntStream input, object inserted, ILi… in MissingTokenException()
73 …public MissingTokenException(string message, int expecting, IIntStream input, object inserted, ILi… in MissingTokenException()
DUnwantedTokenException.cs53 public UnwantedTokenException(int expecting, IIntStream input) in UnwantedTokenException()
57 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
61 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException()
65 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException()
DRecognitionException.cs77 private IIntStream _input;
127 public RecognitionException(IIntStream input) in RecognitionException()
135 public RecognitionException(string message, IIntStream input) in RecognitionException()
143 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException()
203 public IIntStream Input {
278 protected virtual void ExtractInformationFromTreeNodeStream(IIntStream input) { in ExtractInformationFromTreeNodeStream()
DBaseRecognizer.cs131 public virtual object Match(IIntStream input, int ttype, BitSet follow) { in Match()
149 public virtual void MatchAny(IIntStream input) { in MatchAny()
155 public virtual bool MismatchIsUnwantedToken(IIntStream input, int ttype) { in MismatchIsUnwantedToken()
159 public virtual bool MismatchIsMissingToken(IIntStream input, BitSet follow) { in MismatchIsMissingToken()
378 public virtual void Recover(IIntStream input, RecognitionException re) { in Recover()
616 … protected virtual object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
648 public virtual object RecoverFromMismatchedSet(IIntStream input, in RecoverFromMismatchedSet()
672 protected virtual object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol()
697 protected virtual object GetMissingSymbol(IIntStream input, in GetMissingSymbol()
704 public virtual void ConsumeUntil(IIntStream input, int tokenType) { in ConsumeUntil()
[all …]
DMismatchedNotSetException.cs51 public MismatchedNotSetException(BitSet expecting, IIntStream input) in MismatchedNotSetException()
55 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) in MismatchedNotSetException()
59 …public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception inn… in MismatchedNotSetException()
DMismatchedTokenException.cs61 public MismatchedTokenException(int expecting, IIntStream input) in MismatchedTokenException()
65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
72 …public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tok… in MismatchedTokenException()
81 …public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tok… in MismatchedTokenException()
DEarlyExitException.cs55 public EarlyExitException(int decisionNumber, IIntStream input) in EarlyExitException()
60 public EarlyExitException(string message, int decisionNumber, IIntStream input) in EarlyExitException()
65 …public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerExc… in EarlyExitException()
DMismatchedSetException.cs54 public MismatchedSetException(BitSet expecting, IIntStream input) in MismatchedSetException()
59 public MismatchedSetException(string message, BitSet expecting, IIntStream input) in MismatchedSetException()
64 …public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerE… in MismatchedSetException()
DMismatchedRangeException.cs55 public MismatchedRangeException(int a, int b, IIntStream input) in MismatchedRangeException()
61 public MismatchedRangeException(string message, int a, int b, IIntStream input) in MismatchedRangeException()
67 …public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerExc… in MismatchedRangeException()
DFailedPredicateException.cs62 public FailedPredicateException(IIntStream input, string ruleName, string predicateText) in FailedPredicateException()
68 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
74 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
DNoViableAltException.cs62 …Exception(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException()
69 … message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException()
76 …tring grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception… in NoViableAltException()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas61 IIntStream = interface(IANTLRInterface) interface
187 ICharStream = interface(IIntStream)
314 ITokenStream = interface(IIntStream)
693 function GetInput: IIntStream; in GetInput()
721 function Match(const Input: IIntStream; const TokenType: Integer;
724 function MismatchIsUnwantedToken(const Input: IIntStream;
727 function MismatchIsMissingToken(const Input: IIntStream;
756 procedure MatchAny(const Input: IIntStream);
811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException);
814 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet() argument
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs98 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol()
103 protected override object GetMissingSymbol( IIntStream input, in GetMissingSymbol()
120 public override void MatchAny( IIntStream ignore ) in MatchAny()
159 … protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs90 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol()
94 protected override object GetMissingSymbol(IIntStream input, in GetMissingSymbol()
110 public override void MatchAny(IIntStream ignore) { in MatchAny()
145 … protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()

123