/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | NoViableAltException.cs | 68 …Exception(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException() 73 …on(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k) in NoViableAltException() 81 … message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input) in NoViableAltException() 86 …e, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k) in NoViableAltException() 94 …tring grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception… in NoViableAltException() 99 …tring grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k, Ex… in NoViableAltException()
|
D | RecognitionException.cs | 79 private IIntStream _input; 135 public RecognitionException(IIntStream input) in RecognitionException() 140 public RecognitionException(IIntStream input, int k) in RecognitionException() 150 public RecognitionException(string message, IIntStream input) in RecognitionException() 155 public RecognitionException(string message, IIntStream input, int k) in RecognitionException() 165 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException() 170 … public RecognitionException(string message, IIntStream input, int k, Exception innerException) in RecognitionException() 264 public IIntStream Input
|
D | BaseRecognizer.cs | 143 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match() 164 public virtual void MatchAny( IIntStream input ) in MatchAny() 171 public virtual bool MismatchIsUnwantedToken( IIntStream input, int ttype ) in MismatchIsUnwantedToken() 176 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow ) in MismatchIsMissingToken() 446 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover() 697 … protected virtual object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken() 732 public virtual object RecoverFromMismatchedSet( IIntStream input, in RecoverFromMismatchedSet() 758 protected virtual object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() 784 protected virtual object GetMissingSymbol( IIntStream input, in GetMissingSymbol() 792 public virtual void ConsumeUntil( IIntStream input, int tokenType ) in ConsumeUntil() [all …]
|
D | MissingTokenException.cs | 64 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()
|
D | UnwantedTokenException.cs | 58 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()
|
D | MismatchedTokenException.cs | 63 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()
|
D | MismatchedNotSetException.cs | 56 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()
|
D | EarlyExitException.cs | 60 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()
|
D | MismatchedSetException.cs | 59 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()
|
D | FailedPredicateException.cs | 67 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()
|
D | MismatchedRangeException.cs | 60 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()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 61 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/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BaseRecognizer.cs | 131 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 …]
|
D | RecognitionException.cs | 77 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()
|
D | MissingTokenException.cs | 59 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()
|
D | UnwantedTokenException.cs | 53 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()
|
D | MismatchedTokenException.cs | 61 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()
|
D | MismatchedNotSetException.cs | 51 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()
|
D | EarlyExitException.cs | 55 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()
|
D | MismatchedSetException.cs | 54 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()
|
D | FailedPredicateException.cs | 62 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()
|
D | MismatchedRangeException.cs | 55 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()
|
D | NoViableAltException.cs | 62 …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/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 98 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/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 90 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()
|