HomeSort by relevance Sort by last modified time
    Searched full:deleteop (Results 1 - 9 of 9) sorted by null

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 134 trs.DeleteOp = function(from, to) {
135 trs.DeleteOp.superclass.constructor.call(this, from, to);
137 org.antlr.lang.extend(trs.DeleteOp, trs.ReplaceOp);
187 * ReplaceOp and cover DeleteOp at same time. :)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 501 class DeleteOp extends ReplaceOp {
502 public function DeleteOp(fromIndex:int, toIndex:int) {
507 return "<DeleteOp@" + index + ".." + lastIndex + ">";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 167 class DeleteOp : ReplaceOp {
168 public DeleteOp(TokenRewriteStream stream, int from, int to) :
172 return "<DeleteOp@" + index + ".." + lastIndex + ">";
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 191 return string.Format("<DeleteOp@{0}..{1}>", stream._tokens[index], stream._tokens[lastIndex]);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 150 return "<DeleteOp@"+tokens.get(index)+
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.m 176 return [NSString stringWithFormat:@"<DeleteOp@ %d..%d\n", rwIndex, lastIndex];
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 1014 return '<DeleteOp@%d..%d>' % (self.index, self.lastIndex)
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1913 milliseconds