Class EmptyMCVarDeclarationStatementsParserInfo

java.lang.Object
de.monticore.statements.mcvardeclarationstatements._parser.MCVarDeclarationStatementsParserInfo
de.monticore.statements.mcvardeclarationstatements._parser.EmptyMCVarDeclarationStatementsParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCVarDeclarationStatements, JavaClassExpressionsParserInfoForMCVarDeclarationStatements, JavaLightParserInfoForMCVarDeclarationStatements, MCArrayStatementsParserInfoForMCVarDeclarationStatements, MCCommonStatementsParserInfoForMCVarDeclarationStatements, MCExceptionStatementsParserInfoForMCVarDeclarationStatements, MCFullJavaStatementsParserInfoForMCVarDeclarationStatements, MCSynchronizedStatementsParserInfoForMCVarDeclarationStatements, ODRulesParserInfoForMCVarDeclarationStatements, TFBasisExtsParserInfoForMCVarDeclarationStatements, TFCommonsParserInfoForMCVarDeclarationStatements

public abstract class EmptyMCVarDeclarationStatementsParserInfo extends MCVarDeclarationStatementsParserInfo
Implementation of MCVarDeclarationStatementsParserInfo 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.