public interface IFullParserState extends IParserState
| Modifier and Type | Method and Description |
|---|---|
void |
collapseToken()
Collapses the token captured by this parser state, if possible
|
ISymbolTable |
getSymbolTable() |
boolean |
isKeepSymbolTableInIssues() |
void |
setSymbolTable(ISymbolTable table)
Set the symbol table at the moment of creation of this IParserState
|
cloneWithNewTokenStartAndTokenEnd, getLineNumber, getLineOffset, getSource, getTokenColumn, getTokenEnd, getTokenStartISymbolTable getSymbolTable()
void setSymbolTable(ISymbolTable table)
void collapseToken()
boolean isKeepSymbolTableInIssues()
Copyright © 2015. All rights reserved.