Home
last modified time | relevance | path

Searched defs:getCurrentInputSymbol (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.inl758 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol( IntStreamType* istream ) function in BaseRecognizer
765 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde… function in BaseRecognizer
772 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde… function in BaseRecognizer
781 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde… function in BaseRecognizer
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DParser.js18 getCurrentInputSymbol: function(input) { method
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DParser.java55 protected Object getCurrentInputSymbol(IntStream input) { in getCurrentInputSymbol() method in Parser
DBaseRecognizer.java646 protected Object getCurrentInputSymbol(IntStream input) { return null; } in getCurrentInputSymbol() method in BaseRecognizer
/external/antlr/runtime/C/src/
Dantlr3treeparser.c189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
Dantlr3lexer.c895 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
Dantlr3baserecognizer.c2163 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js39 getCurrentInputSymbol: function(input) { method
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java84 protected Object getCurrentInputSymbol(IntStream input) { in getCurrentInputSymbol() method in TreeParser
/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h306 void * (*getCurrentInputSymbol) ( struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/antlr/runtime/Python/antlr3/
Drecognizers.py745 def getCurrentInputSymbol(self, input): member in BaseRecognizer
1379 def getCurrentInputSymbol(self, input): member in Parser
Dtree.py2215 def getCurrentInputSymbol(self, input): member in TreeParser
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py737 def getCurrentInputSymbol(self, input): member in BaseRecognizer
1348 def getCurrentInputSymbol(self, input): member in Parser
Dtree.py2202 def getCurrentInputSymbol(self, input): member in TreeParser