Class EmptyMCSimpleGenericTypesParserInfo

java.lang.Object
de.monticore.types.mcsimplegenerictypes._parser.MCSimpleGenericTypesParserInfo
de.monticore.types.mcsimplegenerictypes._parser.EmptyMCSimpleGenericTypesParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCSimpleGenericTypes, GrammarParserInfoForMCSimpleGenericTypes, JavaClassExpressionsParserInfoForMCSimpleGenericTypes, JavaLightParserInfoForMCSimpleGenericTypes, MCFullGenericTypesParserInfoForMCSimpleGenericTypes, ODRuleGenerationParserInfoForMCSimpleGenericTypes, ODRulesParserInfoForMCSimpleGenericTypes, TFBasisExtsParserInfoForMCSimpleGenericTypes, TFCommonsParserInfoForMCSimpleGenericTypes

public abstract class EmptyMCSimpleGenericTypesParserInfo extends MCSimpleGenericTypesParserInfo
Implementation of MCSimpleGenericTypesParserInfo 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.