X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/ParserBasicInformation.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/ParserBasicInformation.java index 33d358e..c6d308f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/ParserBasicInformation.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/ParserBasicInformation.java @@ -1,36 +1,26 @@ /******************************************************************************* - * Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others. + * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v0.5 + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v05.html + * http://www.eclipse.org/legal/cpl-v10.html * * Contributors: * IBM Corporation - initial API and implementation - ******************************************************************************/ + *******************************************************************************/ package net.sourceforge.phpdt.internal.compiler.parser; -/*An interface that contains static declarations for some basic information - about the parser such as the number of rules in the grammar, the starting state, etc...*/ +/* + * An interface that contains static declarations for some basic information + * about the parser such as the number of rules in the grammar, the starting + * state, etc... + */ public interface ParserBasicInformation { - public final static int - ERROR_SYMBOL = 307, - MAX_NAME_LENGTH = 36, - NUM_STATES = 591, - NT_OFFSET = 308, - SCOPE_UBOUND = -1, - SCOPE_SIZE = 0, - LA_STATE_OFFSET = 16966, - MAX_LA = 1, - NUM_RULES = 436, - NUM_TERMINALS = 105, - NUM_NON_TERMINALS = 203, - NUM_SYMBOLS = 308, - START_STATE = 12260, - EOFT_SYMBOL = 158, - EOLT_SYMBOL = 158, - ACCEPT_ACTION = 16965, - ERROR_ACTION = 16966; + public final static int NT_OFFSET = 308, SCOPE_UBOUND = -1, SCOPE_SIZE = 0, + LA_STATE_OFFSET = 17759, MAX_LA = 1, NUM_RULES = 437, + NUM_TERMINALS = 104, NUM_NON_TERMINALS = 204, NUM_SYMBOLS = 308, + START_STATE = 16034, EOFT_SYMBOL = 114, EOLT_SYMBOL = 105, + ACCEPT_ACTION = 17758, ERROR_ACTION = 17759; }