Searched defs:CharStream (Results 1 – 21 of 21) sorted by relevance
43 {48 {
29 final class CharStream { class33 CharStream(String input) { in CharStream() method in CharStream
37 {49 {178 {
81 {151 {328 {
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
38 public interface CharStream interface
157 public virtual ICharStream CharStream { property in Antlr.Runtime.Lexer
181 class CharStream(IntStream): class
182 class CharStream(IntStream): class
1115 property CharStream: ICharStream read GetCharStream write SetCharStream; property