1package org.antlr.runtime
2{
3	public class CharStreamConstants
4	{
5		public static const EOF:int = -1;
6	}
7}