Class EmptyMCReturnStatementsParserInfo

java.lang.Object
de.monticore.statements.mcreturnstatements._parser.MCReturnStatementsParserInfo
de.monticore.statements.mcreturnstatements._parser.EmptyMCReturnStatementsParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCReturnStatements, JavaLightParserInfoForMCReturnStatements, MCFullJavaStatementsParserInfoForMCReturnStatements, ODRulesParserInfoForMCReturnStatements, TFBasisExtsParserInfoForMCReturnStatements, TFCommonsParserInfoForMCReturnStatements

public abstract class EmptyMCReturnStatementsParserInfo extends MCReturnStatementsParserInfo
Implementation of MCReturnStatementsParserInfo 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.