Searched defs:setTokenSource (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonTokenStream.java154 public void setTokenSource(TokenSource tokenSource) { method in class:CommonTokenStream
155 super.setTokenSource(tokenSource);
H A DBufferedTokenStream.java187 public void setTokenSource(TokenSource tokenSource) { method in class:BufferedTokenStream
H A DLegacyCommonTokenStream.java84 public void setTokenSource(TokenSource tokenSource) { method in class:LegacyCommonTokenStream
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3tokenstream.h150 void (*setTokenSource) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream, member in struct:ANTLR3_TOKEN_STREAM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3tokenstream.c58 static void setTokenSource (pANTLR3_TOKEN_STREAM ts, pANTLR3_TOKEN_SOURCE tokenSource);
247 stream->tstream->setTokenSource(stream->tstream, source);
303 stream->tstream->setTokenSource = setTokenSource;
513 setTokenSource ( pANTLR3_TOKEN_STREAM ts, function
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py663 def setTokenSource(self, tokenSource): member in class:CommonTokenStream
/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/ ...

Completed in 741 milliseconds