Class Interp.FilteringTokenStream

  • All Implemented Interfaces:
    org.antlr.runtime.IntStream, org.antlr.runtime.TokenStream
    Enclosing class:
    Interp

    public static class Interp.FilteringTokenStream
    extends org.antlr.runtime.CommonTokenStream
    • Field Summary

      • Fields inherited from class org.antlr.runtime.CommonTokenStream

        channel
      • Fields inherited from class org.antlr.runtime.BufferedTokenStream

        lastMarker, p, range, tokens, tokenSource
    • Constructor Summary

      Constructors 
      Constructor Description
      FilteringTokenStream​(org.antlr.runtime.TokenSource src)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTokenTypeChannel​(int ttype, int channel)  
      protected void sync​(int i)  
      • Methods inherited from class org.antlr.runtime.CommonTokenStream

        consume, getNumberOfOnChannelTokens, LB, LT, reset, setTokenSource, setup, skipOffTokenChannels, skipOffTokenChannelsReverse
      • Methods inherited from class org.antlr.runtime.BufferedTokenStream

        fetch, fill, get, get, getSourceName, getTokens, getTokens, getTokens, getTokens, getTokens, getTokenSource, index, LA, mark, range, release, rewind, rewind, seek, size, toString, toString, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilteringTokenStream

        public FilteringTokenStream​(org.antlr.runtime.TokenSource src)
    • Method Detail

      • sync

        protected void sync​(int i)
        Overrides:
        sync in class org.antlr.runtime.BufferedTokenStream
      • setTokenTypeChannel

        public void setTokenTypeChannel​(int ttype,
                                        int channel)