Searched defs:setTokenTypeChannel (Results 1 – 7 of 7) sorted by relevance
58 public void setTokenTypeChannel(int ttype, int channel) { in setTokenTypeChannel() method in Interp.FilteringTokenStream
151 public function setTokenTypeChannel(ttype:int, channel:int):void { method in org.antlr.runtime.CommonTokenStream
247 void (*setTokenTypeChannel) (struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream, member
166 public void setTokenTypeChannel(int ttype, int channel) { in setTokenTypeChannel() method in LegacyCommonTokenStream
666 setTokenTypeChannel (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_UINT32 ttype, ANTLR3_UINT32 ch… in setTokenTypeChannel() function
542 public void setTokenTypeChannel(int ttype, int channel) { in setTokenTypeChannel() method in BaseTest.FilteringTokenStream
761 def setTokenTypeChannel(self, ttype, channel): member in CommonTokenStream