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


Field Summary
static int ACCEPT_ACTION
           
static int EOFT_SYMBOL
           
static int EOLT_SYMBOL
           
static int ERROR_ACTION
           
static int ERROR_SYMBOL
           
static int LA_STATE_OFFSET
           
static int MAX_LA
           
static int MAX_NAME_LENGTH
           
static int NT_OFFSET
           
static int NUM_NON_TERMINALS
           
static int NUM_RULES
           
static int NUM_STATES
           
static int NUM_SYMBOLS
           
static int NUM_TERMINALS
           
static int SCOPE_SIZE
           
static int SCOPE_UBOUND
           
static int START_STATE
           
 

Field Detail

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