Searched refs:RewriteOperation (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs102 protected class RewriteOperation { class in class:Antlr.Runtime.TokenRewriteStream
111 protected RewriteOperation(TokenRewriteStream stream, int index, object text) { method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
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/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs106 protected class RewriteOperation class in class:Antlr.Runtime.TokenRewriteStream
116 protected RewriteOperation(TokenRewriteStream stream, int index) method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
122 protected RewriteOperation( TokenRewriteStream stream, int index, object text ) method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
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> sublis
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as131 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(rewrite
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java90 class RewriteOperation { class in class:TokenRewriteStream
97 protected RewriteOperation(int index) { method in class:TokenRewriteStream.RewriteOperation
101 protected RewriteOperation(int index, Object text) { method in class:TokenRewriteStream.RewriteOperation
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 o
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb45 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 class in class:ANTLR3.TokenRewriteStream
104 class InsertBefore < RewriteOperation
127 class Replace < RewriteOperation
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js87 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/
H A Dstreams.py953 class RewriteOperation(object): class in inherits:object
982 class InsertBeforeOp(RewriteOperation):
992 class ReplaceOp(RewriteOperation):
1001 RewriteOperation.__init__(self, stream, first, text)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 215 milliseconds