HomeSort by relevance Sort by last modified time
    Searched refs:antlr3 (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 41 Failed to load the ANTLR3 runtime library (version <runtimeLibraryVersion()>):
47 gem install antlr3
55 defined?( ANTLR3 ) or begin
57 # 1: try to load the ruby antlr3 runtime library from the system path
58 require 'antlr3'
69 # 3: try to activate the antlr3 gem
71 Gem.activate( 'antlr3', '~> <runtimeLibraryVersion()>' )
76 require 'antlr3'
104 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
168 ASTLabelType="Object", superClass="ANTLR3::Parser", labelType="ANTLR3::Token"
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 0 """ANTLR3 runtime package"""
36 from antlr3 import compatible_api_versions
37 from antlr3.constants import DEFAULT_CHANNEL, HIDDEN_CHANNEL, EOF, \
39 from antlr3.exceptions import RecognitionException, MismatchedTokenException, \
44 from antlr3.tokens import CommonToken, SKIP_TOKEN
45 from antlr3.compat import set, frozenset, reversed
    [all...]
treewizard.py 1 """ @package antlr3.tree
2 @brief ANTLR3 runtime package, treewizard module
39 from antlr3.constants import INVALID_TOKEN_TYPE
40 from antlr3.tokens import CommonToken
41 from antlr3.tree import CommonTree, CommonTreeAdaptor
tokens.py 0 """ANTLR3 runtime package"""
33 from antlr3.constants import EOF, DEFAULT_CHANNEL, INVALID_TOKEN_TYPE
tree.py 1 """ @package antlr3.tree
2 @brief ANTLR3 runtime package, tree module
43 from antlr3.constants import UP, DOWN, EOF, INVALID_TOKEN_TYPE
44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
45 from antlr3.streams import IntStream
46 from antlr3.tokens import CommonToken, Token, INVALID_TOKEN
47 from antlr3.exceptions import MismatchedTreeNodeException, \
    [all...]
debug.py 32 from antlr3 import Parser, TokenStream, RecognitionException, Token
33 from antlr3.tree import CommonTreeAdaptor, TreeAdaptor, Tree
702 @see antlr3.tree.TreeAdaptor.becomeRoot()
713 @see antlr3.tree.TreeAdaptor.addChild()
    [all...]
streams.py 0 """ANTLR3 runtime package"""
36 from antlr3.constants import DEFAULT_CHANNEL, EOF
37 from antlr3.tokens import Token, CommonToken
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t042ast.py 3 import antlr3 namespace
28 cStream = antlr3.StringStream(text)
30 tStream = antlr3.CommonTokenStream(self.lexer)
testbase.py 13 import antlr3 namespace
32 'antlr3-test')
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 59 from antlr3 import *
61 from antlr3.tree import *<\n>
63 from antlr3.compat import set, frozenset
83 from antlr3.main import LexerMain
87 from antlr3.main import ParserMain
91 from antlr3.main import WalkerMain
    [all...]
Dbg.stg 34 from antlr3.debug import *
AST.stg 41 from antlr3.tree import *<\n>
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 33 * This is the definitive ANTLR3 Mojo set. All other sets are belong to us.
35 package org.antlr.mojo.antlr3;
59 * that we use to compile them, such as target/generated-sources/antlr3 ...
167 * files that end in ".g" in any directory beneath src/main/antlr3. Note that
168 * this version of the plugin looks for the directory antlr3 and not the directory
192 * called antlr3 because the antlr directory is occupied by version
195 * @parameter default-value="${basedir}/src/main/antlr3"
201 * this to a directory in the tree called antlr3 because the antlr
204 * @parameter default-value="${project.build.directory}/generated-sources/antlr3"
213 * @parameter default-value="${basedir}/src/main/antlr3/imports
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 2 * \brief The ANTLR3 C filestream is used when the source character stream
7 * sets can be supported from input files. The ANTLR3 C runtime expects
47 #include <antlr3.h>
antlr3commontoken.c 36 #include <antlr3.h>
antlr3debughandlers.c 36 #include <antlr3.h>
antlr3collections.c 38 #include <antlr3.h>
757 * \param[in] enum Pointer to ANTLR3 enumeration structure returned by antlr3EnumNew()
819 * \param[in] enum Pointer to ANTLR3 enumeration structure returned by antlr3EnumNew()
    [all...]
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 1 package org.antlr.mojo.antlr3;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 19 Failed to load the ANTLR3 runtime library (version 1.7.5):
25 gem install antlr3
33 defined?( ANTLR3 ) or begin
35 # 1: try to load the ruby antlr3 runtime library from the system path
36 require 'antlr3'
47 # 3: try to activate the antlr3 gem
49 Gem.activate( 'antlr3', '~> 1.7.5' )
54 require 'antlr3'
63 module ANTLR3
73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.ne
    [all...]
group-file-lexer.rb 19 Failed to load the ANTLR3 runtime library (version 1.7.5):
25 gem install antlr3
33 defined?( ANTLR3 ) or begin
35 # 1: try to load the ruby antlr3 runtime library from the system path
36 require 'antlr3'
47 # 3: try to activate the antlr3 gem
49 Gem.activate( 'antlr3', '~> 1.7.5' )
54 require 'antlr3'
63 module ANTLR3
73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.ne
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 7 from antlr3.tree import CommonTreeAdaptor, CommonTree, INVALID_TOKEN_TYPE
8 from antlr3.treewizard import TreeWizard, computeTokenTypes, \
testtree.py 7 from antlr3.tree import (CommonTreeNodeStream, CommonTree, CommonTreeAdaptor,
9 from antlr3 import CommonToken, UP, DOWN, EOF
10 from antlr3.treewizard import TreeWizard
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 35 module ANTLR3
38 =begin rdoc ANTLR3::Stream
40 = ANTLR3 Streams
43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module.
56 Stream hierarchy is implemented in antlr3/stream.rb, which is loaded by default
57 when 'antlr3' is required.
84 defined in antlr3/stream.rb, but antlr3/tree.rb
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
161 it is not strictly necessary that custom stream objects include ANTLR3::Stream
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 149 * Include the ANTLR3 generated header file.
628 * Standard antlr3 C runtime definitions
630 #include \<antlr3.h>
701 /** Built in ANTLR3 context tracker contains all the generic elements
    [all...]

Completed in 547 milliseconds

1 2 34