HomeSort by relevance Sort by last modified time
    Searched refs:CommonTokenStream (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/antlr/runtime/Python3/tests/
t049treeparser.py 41 tStream = antlr3.CommonTokenStream(lexer)
t052import.py 84 tStream = antlr3.CommonTokenStream(lexer)
t057autoAST.py 69 tStream = antlr3.CommonTokenStream(lexer)
98 tStream = antlr3.CommonTokenStream(lexer)
t059debug.py 95 tStream = antlr3.CommonTokenStream(lexer)
t058rewriteAST.py 69 tStream = antlr3.CommonTokenStream(lexer)
98 tStream = antlr3.CommonTokenStream(lexer)
    [all...]
  /external/antlr/runtime/Ruby/test/functional/parser/
basic.rb 39 tokens = ANTLR3::CommonTokenStream.new( lexer )
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragmentCollector.py 540 tStream = antlr3.CommonTokenStream(lexer)
553 tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/runtime/Python/tests/
t057autoAST.py 69 tStream = antlr3.CommonTokenStream(lexer)
98 tStream = antlr3.CommonTokenStream(lexer)
t059debug.py 91 tStream = antlr3.CommonTokenStream(lexer)
t058rewriteAST.py 69 tStream = antlr3.CommonTokenStream(lexer)
98 tStream = antlr3.CommonTokenStream(lexer)
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
43 class TokenRewriteStream < CommonTokenStream
  /external/antlr/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 596 tokens = ANTLR3::CommonTokenStream.new( lexer )
608 tokens = ANTLR3::CommonTokenStream.new( lexer )
  /external/antlr/runtime/Cpp/include/
antlr3traits.hpp 196 CommonTokenStream<TraitsType> >::selected TokenStreamType;
  /external/antlr/runtime/Ruby/test/functional/debugging/
debug-mode.rb 78 tokens = ANTLR3::CommonTokenStream.new( lexer )
  /external/v8/
genmakefiles.py 299 stream = CommonTokenStream(lexer)
  /external/antlr/runtime/Python/antlr3/
streams.py 601 # +- CommonTokenStream
607 class CommonTokenStream(TokenStream):
1023 class TokenRewriteStream(CommonTokenStream):
1024 """@brief CommonTokenStream that can be modified.
1082 CommonTokenStream.__init__(self, tokenSource, channel)
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
token.rb 55 CommonTokenStream will have index value 21.
329 CommonTokenStream.new( self, options ) { | t, stream | yield( t, stream ) }
331 CommonTokenStream.new( self, options )
main.rb 457 # token_stream = CommonTokenStream.new( lexer )
569 @token_stream = ANTLR3::CommonTokenStream.new( @lexer )
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragmentCollector.py 391 tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 83 public class TokenRewriteStream extends CommonTokenStream {
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 139 org.antlr.lang.extend(trs, org.antlr.runtime.CommonTokenStream, {
  /external/antlr/runtime/Python3/antlr3/
streams.py 555 # +- CommonTokenStream
561 class CommonTokenStream(TokenStream):
968 class TokenRewriteStream(CommonTokenStream):
969 """@brief CommonTokenStream that can be modified.
    [all...]
  /external/antlr/tool/src/test/java/org/antlr/test/
BaseTest.java 33 import org.antlr.runtime.CommonTokenStream;
629 public static class FilteringTokenStream extends CommonTokenStream {
679 " CommonTokenStream tokens = new CommonTokenStream(lex);\n" +
715 " CommonTokenStream tokens = new CommonTokenStream(lex);\n" +
854 " CommonTokenStream tokens = new CommonTokenStream(lex);\n" +
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 24 import org.antlr.runtime.CommonTokenStream;
68 CommonTokenStream tokens = new CommonTokenStream(lex);
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 95 public class TokenRewriteStream : CommonTokenStream {

Completed in 667 milliseconds

1 2 3 45 6