package de.onyxbits.jbee; public interface DeclarationParserTokens { public final static short NUM=257; public final static short IDENT=258; }