Home | History | Annotate | Download | only in antlr3

Lines Matching refs:interface

66   String data in a Stream interface for use by ANTLR lexers.
150 represented as an interface. In Ruby, however, objects are duck-typed and
160 Stream and assume that the object implements the proper stream interface. Thus,
228 immitation of the Java interface for text-based streams, which are primarily
274 Java interface for token-based streams, which are used by many different
298 == The TokenStream Interface