Home
last modified time | relevance | path

Searched defs:InsertBeforeOp (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as462 class InsertBeforeOp extends RewriteOperation { class
463 public function InsertBeforeOp(index:int, text:Object) { method in InsertBeforeOp
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js108 trs.InsertBeforeOp = function(index, text) { class in trs
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs132 class InsertBeforeOp : RewriteOperation { class in Antlr.Runtime.TokenRewriteStream
133 public InsertBeforeOp(TokenRewriteStream stream, int index, object text) : in InsertBeforeOp() method in Antlr.Runtime.TokenRewriteStream.InsertBeforeOp
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java121 class InsertBeforeOp extends RewriteOperation { class in TokenRewriteStream
122 public InsertBeforeOp(int index, Object text) { in InsertBeforeOp() method in TokenRewriteStream.InsertBeforeOp
/external/antlr/runtime/Python3/antlr3/
Dstreams.py928 class InsertBeforeOp(RewriteOperation): class
/external/antlr/runtime/Python/antlr3/
Dstreams.py982 class InsertBeforeOp(RewriteOperation): class