HomeSort by relevance Sort by last modified time
    Searched refs:recognizers (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 4 This module contains all support classes, which are needed to use recognizers
18 @section recognizers Recognizers
20 These recognizers are baseclasses for the code which is generated by ANTLR3.
150 from recognizers import *
tree.py 44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
    [all...]
  /external/vboot_reference/futility/
file_type.c 47 enum futil_file_type (*recognizers[])(uint8_t *buf, uint32_t len) = { variable in typeref:enum:recognizers
61 for (i = 0; i < ARRAY_SIZE(recognizers); i++) {
62 type = recognizers[i](buf, len);
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 135 # Helper function for computing the list of type recognizers.
145 "Return a list of the enabled type recognizers for the current context."
158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
162 for r in recognizers:
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 135 # Helper function for computing the list of type recognizers.
145 "Return a list of the enabled type recognizers for the current context."
158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
162 for r in recognizers:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
45 code. Some components are only used within specific types of recognizers and
54 antlr3/recognizers.rb::
55 contains the base classes for ANTLR-generated recognizers, and thus, is one of
59 decisions recognizers must make in code generated by ANTLR
61 defines the stream classes used by ANTLR recognizers to walk sequentially
70 recognizers. loaded by default
209 require 'antlr3/recognizers'
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 32 toss you all the way out of the recognizers. If you want to continue
BaseRecognizer.pm 614 A generic recognizer that can handle recognizers generated from
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 50 used by:: all recognizers
316 used by:: all recognizers
341 used by:: all recognizers
364 used by:: all recognizers
381 used by:: all recognizers
420 used by:: all recognizers
463 used by:: all recognizers
streams.rb 43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module.
47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
50 to implement backtracking and various error recovery techniques, recognizers
55 designed to be used by recognizers for a specific recognition task. Most of the
80 to recognizers in a sequential fashion. However, the stream object serializes
128 be used to restore the stream to an earlier state. This is used by recognizers
144 classes used by ANTLR recognizers.
281 recognizers, such as parsers and tree parsers for navigating through the
    [all...]
tree.rb 65 ANTLR generates three basic types of recognizers:
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
467 customized node class, and recognizers will be able to build, rewrite, and parse
    [all...]
debug.rb 100 ANTLR3::RecognizerSharedState, but adds additional fields used for recognizers
626 # Upon syntax error, recognizers bracket the error with an error node
recognizers.rb 59 your grammar) can function; multiple recognizers can share a common state.
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
356 # all recognizers are initialized with a shared state object.
    [all...]
token.rb 489 Token. Thus, when recognizers need to manufacture tokens, instead of using the
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 9 debug event listners. As debug-mode recognizers are able to send event
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 3 /** A generic recognizer that can handle recognizers generated from
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 284 /// toss you all the way out of the recognizers. If you want to continue
685 /// A generic recognizer that can handle recognizers generated from
    [all...]

Completed in 673 milliseconds