Searched refs:toStringWithRange (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenStream.as59 function toStringWithRange(start:int, stop:int):String;
H A DCommonTokenStream.as341 return toStringWithRange(0, tokens.length-1);
344 public function toStringWithRange(start:int, stop:int):String { function
364 return toStringWithRange(start.tokenIndex, stop.tokenIndex);
H A DTokenRewriteStream.as214 return toStringWithRange(MIN_TOKEN_INDEX, size-1);
217 public override function toStringWithRange(start:int, end:int):String {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeNodeStream.as84 function toStringWithRange(start:Object, stop:Object):String;
H A DCommonErrorNode.as49 badText = TokenStream(input).toStringWithRange(i, j);
52 badText = TreeNodeStream(input).toStringWithRange(start, stop);
H A DCommonTreeNodeStream.as377 public function toStringWithRange(start:Object, stop:Object):String { function
405 return tokens.toStringWithRange(beginTokenIndex, endTokenIndex);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStream.h92 - (NSString *) toStringWithRange:(NSRange) aRange;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg1208 (<scope>!=null?(input.tokenStream.toStringWithRange(
1242 input.tokenStream.toStringWithRange(

Completed in 547 milliseconds