Interface ParserAction

All Known Implementing Classes:
UseStatementParserAction

public interface ParserAction
This type of action is used only with useStatements at the moment but their general idea is that the parser can do some action whenever it successfully contructs a certain token.