Searched defs:CharStream (Results 1 – 8 of 8) sorted by relevance
30 public interface CharStream extends IntStream { interface in org.antlr.runtime
7 org.antlr.runtime.CharStream = function() {}; class in org.antlr.runtime
31 public interface CharStream extends IntStream { interface
192 public virtual ICharStream CharStream property in Antlr.Runtime.Lexer
196 public ICharStream CharStream property in Antlr.Runtime.SlimLexer
157 public virtual ICharStream CharStream { property in Antlr.Runtime.Lexer
182 class CharStream(IntStream): class
1115 property CharStream: ICharStream read GetCharStream write SetCharStream; property