Class EmptyMCStatementsBasisParserInfo

java.lang.Object
de.monticore.statements.mcstatementsbasis._parser.MCStatementsBasisParserInfo
de.monticore.statements.mcstatementsbasis._parser.EmptyMCStatementsBasisParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCStatementsBasis, JavaClassExpressionsParserInfoForMCStatementsBasis, JavaLightParserInfoForMCStatementsBasis, MCArrayStatementsParserInfoForMCStatementsBasis, MCAssertStatementsParserInfoForMCStatementsBasis, MCCommonStatementsParserInfoForMCStatementsBasis, MCExceptionStatementsParserInfoForMCStatementsBasis, MCFullJavaStatementsParserInfoForMCStatementsBasis, MCLowLevelStatementsParserInfoForMCStatementsBasis, MCReturnStatementsParserInfoForMCStatementsBasis, MCSynchronizedStatementsParserInfoForMCStatementsBasis, MCVarDeclarationStatementsParserInfoForMCStatementsBasis, ODRulesParserInfoForMCStatementsBasis, TFBasisExtsParserInfoForMCStatementsBasis, TFCommonsParserInfoForMCStatementsBasis

public abstract class EmptyMCStatementsBasisParserInfo extends MCStatementsBasisParserInfo
Implementation of MCStatementsBasisParserInfo 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.
  • Constructor Details

    • EmptyMCStatementsBasisParserInfo

      public EmptyMCStatementsBasisParserInfo()
  • Method Details