Home
last modified time | relevance | path

Searched refs:getMissingSymbol (Results 1 – 25 of 35) sorted by relevance

12

/external/antlr/runtime/C/src/
Dantlr3treeparser.c47 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, p…
86 parser->rec->getMissingSymbol = getMissingSymbol; in antlr3TreeParserNewStream()
204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol() function
Dantlr3lexer.c63 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream…
101 lexer->rec->getMissingSymbol = getMissingSymbol; in antlr3LexerNew()
901 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol() function
Dantlr3baserecognizer.c79 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream…
185 recognizer->getMissingSymbol = getMissingSymbol; in antlr3BaseRecognizerNew()
1530 …matchedSymbol = recognizer->getMissingSymbol(recognizer, is, recognizer->state->exception, ttype, … in recoverFromMismatchedToken()
1592 …matchedSymbol = (pANTLR3_COMMON_TOKEN)recognizer->getMissingSymbol(recognizer, is, recognizer->sta… in recoverFromMismatchedSet()
2172 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol() function
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeParser.java86 protected Object getMissingSymbol(IntStream input, in getMissingSymbol() method in DebugTreeParser
91 Object o = super.getMissingSymbol(input, e, expectedTokenType, follow); in getMissingSymbol()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js668 var inserted = this.getMissingSymbol(input, e, ttype, follow);
693 … return this.getMissingSymbol(input, e, org.antlr.runtime.Token.INVALID_TOKEN_TYPE, follow);
736 getMissingSymbol: function(input,
DParser.js22 getMissingSymbol: function(input, method
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java611 Object inserted = getMissingSymbol(input, e, ttype, follow); in recoverFromMismatchedToken()
631 return getMissingSymbol(input, e, Token.INVALID_TOKEN_TYPE, follow); in recoverFromMismatchedSet()
667 protected Object getMissingSymbol(IntStream input, in getMissingSymbol() method in BaseRecognizer
DParser.java60 protected Object getMissingSymbol(IntStream input, in getMissingSymbol() method in Parser
/external/antlr/runtime/ObjC/Framework/
DParser.h48 - (CommonToken *)getMissingSymbol:(id<TokenStream>)input
DTreeParser.h57 - (id) getMissingSymbol:(id<IntStream>)input
DBaseRecognizer.h138 - (id) getMissingSymbol:(id<IntStream>)anInput
DParser.m98 - (CommonToken *)getMissingSymbol:(id<TokenStream>)anInput
/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.hpp82 TokenType* getMissingSymbol( IntStreamType* istream,
Dantlr3lexer.hpp236 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3baserecognizer.hpp476 UnitType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3parser.hpp103 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3treeparser.inl155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e, function in TreeParser
Dantlr3baserecognizer.inl482 matchedSymbol = this->getMissingSymbol( is, m_state->get_exception(), ttype, follow);
520 matchedSymbol = this->getMissingSymbol(is, m_state->get_exception(), follow);
790 …its, StreamType>::UnitType* BaseRecognizer<ImplTraits, StreamType>::getMissingSymbol( IntStreamTyp… function in BaseRecognizer
795 return this->get_super()->getMissingSymbol( istream, e, expectedTokenType, follow );
/external/antlr/runtime/Python/antlr3/
Drecognizers.py721 inserted = self.getMissingSymbol(input, e, ttype, follow)
739 return self.getMissingSymbol(input, e, INVALID_TOKEN_TYPE, follow)
760 def getMissingSymbol(self, input, e, expectedTokenType, follow): member in BaseRecognizer
1383 def getMissingSymbol(self, input, e, expectedTokenType, follow): member in Parser
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py713 inserted = self.getMissingSymbol(input, e, ttype, follow)
731 return self.getMissingSymbol(input, e, INVALID_TOKEN_TYPE, follow)
752 def getMissingSymbol(self, input, e, expectedTokenType, follow): member in BaseRecognizer
1352 def getMissingSymbol(self, input, e, expectedTokenType, follow): member in Parser
/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h328 void * (*getMissingSymbol) ( struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js43 getMissingSymbol: function(input, e, expectedTokenType, follow) { method
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java89 protected Object getMissingSymbol(IntStream input, in getMissingSymbol() method in TreeParser
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DParser.as53 protected override function getMissingSymbol(input:IntStream,
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as70 protected override function getMissingSymbol(input:IntStream,

12