HomeSort by relevance Sort by last modified time
    Searched defs:TokenRewriteStream (Results 1 - 15 of 15) sorted by null

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 25 * TokenRewriteStream tokens = new TokenRewriteStream(lex);
36 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
53 org.antlr.runtime.TokenRewriteStream = function() {
54 var sup = org.antlr.runtime.TokenRewriteStream.superclass;
75 var trs = org.antlr.runtime.TokenRewriteStream;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 37 =begin rdoc ANTLR3::TokenRewriteStream
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
49 =begin rdoc ANTLR3::TokenRewriteStream::RewriteOperation
95 =begin rdoc ANTLR3::TokenRewriteStream::InsertBefore
118 =begin rdoc ANTLR3::TokenRewriteStream::Replace
156 =begin rdoc ANTLR3::TokenRewriteStream::Delete
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 56 * var tokens:TokenRewriteStream = new TokenRewriteStream(lex);
67 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
83 public class TokenRewriteStream extends CommonTokenStream {
96 public function TokenRewriteStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 66 * TokenRewriteStream tokens = new TokenRewriteStream(lex);
77 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
94 [DebuggerDisplay("TODO: TokenRewriteStream debugger display")]
95 public class TokenRewriteStream : CommonTokenStream {
109 protected TokenRewriteStream stream;
111 protected RewriteOperation(TokenRewriteStream stream, int index, object text) {
133 public InsertBeforeOp(TokenRewriteStream stream, int index, object text) :
152 public ReplaceOp(TokenRewriteStream stream, int from, int to, object text)
168 public DeleteOp(TokenRewriteStream stream, int from, int to)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 69 * TokenRewriteStream tokens = new TokenRewriteStream(lex);
80 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
97 [DebuggerDisplay( "TODO: TokenRewriteStream debugger display" )]
98 public class TokenRewriteStream : CommonTokenStream
114 protected TokenRewriteStream stream;
116 protected RewriteOperation(TokenRewriteStream stream, int index)
122 protected RewriteOperation( TokenRewriteStream stream, int index, object text )
150 public InsertBeforeOp( TokenRewriteStream stream, int index, object text ) :
172 public ReplaceOp( TokenRewriteStream stream, int from, int to, object text
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 56 * TokenRewriteStream tokens = new TokenRewriteStream(lex);
67 * Actually, you have to cast the 'input' to a TokenRewriteStream. :(
83 public class TokenRewriteStream extends CommonTokenStream {
167 public TokenRewriteStream() {
177 public TokenRewriteStream(TokenSource tokenSource) {
182 public TokenRewriteStream(TokenSource tokenSource, int channel) {
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 602 # \- TokenRewriteStream
1023 class TokenRewriteStream(CommonTokenStream):
1050 TokenRewriteStream tokens = new TokenRewriteStream(lex);
1061 Actually, you have to cast the 'input' to a TokenRewriteStream. :(
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 291 milliseconds