Class EmptyMCFullGenericTypesParserInfo

java.lang.Object
de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
de.monticore.types.mcfullgenerictypes._parser.EmptyMCFullGenericTypesParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCFullGenericTypes, JavaClassExpressionsParserInfoForMCFullGenericTypes, JavaLightParserInfoForMCFullGenericTypes, ODRuleGenerationParserInfoForMCFullGenericTypes, ODRulesParserInfoForMCFullGenericTypes, TFBasisExtsParserInfoForMCFullGenericTypes, TFCommonsParserInfoForMCFullGenericTypes

public abstract class EmptyMCFullGenericTypesParserInfo extends MCFullGenericTypesParserInfo
Implementation of MCFullGenericTypesParserInfo 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.