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

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 106 protected class RewriteOperation
116 protected RewriteOperation(TokenRewriteStream stream, int index)
122 protected RewriteOperation( TokenRewriteStream stream, int index, object text )
148 private class InsertBeforeOp : RewriteOperation
169 private class ReplaceOp : RewriteOperation
204 protected IDictionary<string, IList<RewriteOperation>> programs = null;
216 programs = new Dictionary<string, IList<RewriteOperation>>();
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
246 IList<RewriteOperation> @is;
249 List<RewriteOperation> sublist = new List<RewriteOperation>()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 102 protected class RewriteOperation {
111 protected RewriteOperation(TokenRewriteStream stream, int index, object text) {
132 class InsertBeforeOp : RewriteOperation {
150 class ReplaceOp : RewriteOperation {
182 protected IDictionary<string, IList<RewriteOperation>> programs = null;
192 programs = new Dictionary<string, IList<RewriteOperation>>();
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
218 IList<RewriteOperation> @is;
220 List<RewriteOperation> sublist = new List<RewriteOperation>();
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 131 var op:RewriteOperation = new InsertBeforeOp(index,text);
145 var op:RewriteOperation = new ReplaceOp(fromIndex, toIndex, text);
240 var op:RewriteOperation = RewriteOperation(indexToOp[i]);
318 var op:RewriteOperation = RewriteOperation(rewrites[i]);
352 op = RewriteOperation(rewrites[i]);
385 op = RewriteOperation(rewrites[i]);
411 var op:RewriteOperation = RewriteOperation(rewrites[i])
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 90 class RewriteOperation {
97 protected RewriteOperation(int index) {
101 protected RewriteOperation(int index, Object text) {
120 class InsertBeforeOp extends RewriteOperation {
136 class ReplaceOp extends RewriteOperation {
241 RewriteOperation op = new InsertBeforeOp(index,text);
267 RewriteOperation op = new ReplaceOp(from, to, text);
379 RewriteOperation op = (RewriteOperation)indexToOp.get(new Integer(i));
400 RewriteOperation op = (RewriteOperation)it.next()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 45 unless defined?( RewriteOperation )
46 RewriteOperation = Struct.new( :stream, :location, :text )
49 =begin rdoc ANTLR3::TokenRewriteStream::RewriteOperation
58 edit-inducing methods like +delete+ and +insert+ as RewriteOperation objects in
61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
66 class RewriteOperation
104 class InsertBefore < RewriteOperation
127 class Replace < RewriteOperation
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 87 trs.RewriteOperation = function(index, text) {
95 trs.RewriteOperation.prototype = {
111 org.antlr.lang.extend(trs.InsertBeforeOp, trs.RewriteOperation, {
125 org.antlr.lang.extend(trs.ReplaceOp, trs.RewriteOperation, {
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 953 class RewriteOperation(object):
982 class InsertBeforeOp(RewriteOperation):
992 class ReplaceOp(RewriteOperation):
1001 RewriteOperation.__init__(self, stream, first, text)
    [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 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.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/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 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 498 milliseconds