• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package org.antlr.runtime
2{
3	public class CharStreamConstants
4	{
5		public static const EOF:int = -1;
6	}
7}