HomeSort by relevance Sort by last modified time
    Searched defs:getTokenSource (Results 1 - 11 of 11) sorted by null

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 59 public TokenSource getTokenSource();
UnbufferedTokenStream.java 69 public TokenSource getTokenSource() { return tokenSource; }
BufferedTokenStream.java 77 public TokenSource getTokenSource() { return tokenSource; }
LegacyCommonTokenStream.java 355 public TokenSource getTokenSource() {
360 return getTokenSource().getSourceName();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTokenStream.java 137 public TokenSource getTokenSource() {
138 return input.getTokenSource();
142 return getTokenSource().getSourceName();
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 146 pANTLR3_TOKEN_SOURCE (*getTokenSource) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 57 static pANTLR3_TOKEN_SOURCE getTokenSource (pANTLR3_TOKEN_STREAM ts);
302 stream->tstream->getTokenSource = getTokenSource;
507 getTokenSource (pANTLR3_TOKEN_STREAM ts)
556 tsource = ts->getTokenSource(ts);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 289 def getTokenSource(self):
925 def getTokenSource(self):
    [all...]
debug.py 189 def getTokenSource(self):
190 return self.input.getTokenSource()
194 return self.getTokenSource().getSourceName()
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 118 milliseconds