org.eclipse.jdt.internal.compiler.parser
Interface ParserBasicInformation
- All Known Implementing Classes:
- AssistParser, CodeSnippetParser, CommentRecorderParser, CompletionParser, DiagnoseParser, DocumentElementParser, IndexingParser, MatchLocatorParser, Parser, RacParser, SelectionParser, SourceElementParser
public interface ParserBasicInformation
ERROR_SYMBOL
static final int ERROR_SYMBOL
- See Also:
- Constant Field Values
MAX_NAME_LENGTH
static final int MAX_NAME_LENGTH
- See Also:
- Constant Field Values
NUM_STATES
static final int NUM_STATES
- See Also:
- Constant Field Values
NT_OFFSET
static final int NT_OFFSET
- See Also:
- Constant Field Values
SCOPE_UBOUND
static final int SCOPE_UBOUND
- See Also:
- Constant Field Values
SCOPE_SIZE
static final int SCOPE_SIZE
- See Also:
- Constant Field Values
LA_STATE_OFFSET
static final int LA_STATE_OFFSET
- See Also:
- Constant Field Values
MAX_LA
static final int MAX_LA
- See Also:
- Constant Field Values
NUM_RULES
static final int NUM_RULES
- See Also:
- Constant Field Values
NUM_TERMINALS
static final int NUM_TERMINALS
- See Also:
- Constant Field Values
NUM_NON_TERMINALS
static final int NUM_NON_TERMINALS
- See Also:
- Constant Field Values
NUM_SYMBOLS
static final int NUM_SYMBOLS
- See Also:
- Constant Field Values
START_STATE
static final int START_STATE
- See Also:
- Constant Field Values
EOFT_SYMBOL
static final int EOFT_SYMBOL
- See Also:
- Constant Field Values
EOLT_SYMBOL
static final int EOLT_SYMBOL
- See Also:
- Constant Field Values
ACCEPT_ACTION
static final int ACCEPT_ACTION
- See Also:
- Constant Field Values
ERROR_ACTION
static final int ERROR_ACTION
- See Also:
- Constant Field Values