Class EmptyMCCollectionTypesParserInfo

java.lang.Object
de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
de.monticore.types.mccollectiontypes._parser.EmptyMCCollectionTypesParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCCollectionTypes, GrammarParserInfoForMCCollectionTypes, JavaClassExpressionsParserInfoForMCCollectionTypes, JavaLightParserInfoForMCCollectionTypes, MCFullGenericTypesParserInfoForMCCollectionTypes, MCSimpleGenericTypesParserInfoForMCCollectionTypes, ODRuleGenerationParserInfoForMCCollectionTypes, ODRulesParserInfoForMCCollectionTypes, StreamExpressionsParserInfoForMCCollectionTypes, TFBasisExtsParserInfoForMCCollectionTypes, TFCommonsParserInfoForMCCollectionTypes

public abstract class EmptyMCCollectionTypesParserInfo extends MCCollectionTypesParserInfo
Implementation of MCCollectionTypesParserInfo 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.