Class EmptyMCCommonStatementsParserInfo

java.lang.Object
de.monticore.statements.mccommonstatements._parser.MCCommonStatementsParserInfo
de.monticore.statements.mccommonstatements._parser.EmptyMCCommonStatementsParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCCommonStatements, JavaLightParserInfoForMCCommonStatements, MCExceptionStatementsParserInfoForMCCommonStatements, MCFullJavaStatementsParserInfoForMCCommonStatements, MCSynchronizedStatementsParserInfoForMCCommonStatements, ODRulesParserInfoForMCCommonStatements, TFBasisExtsParserInfoForMCCommonStatements, TFCommonsParserInfoForMCCommonStatements

public abstract class EmptyMCCommonStatementsParserInfo extends MCCommonStatementsParserInfo
Implementation of MCCommonStatementsParserInfo where every method returns false. This is used in the static delegate pattern as the superclass for the ParserInfoForSuperLang classes. Therefore, the ParserInfoForSuperLang classes don't have to know all symbol references and usage names that are used in a super-language, but not in the sub-language.