Class EmptyTypeParametersParserInfo

java.lang.Object
de.monticore.types.typeparameters._parser.TypeParametersParserInfo
de.monticore.types.typeparameters._parser.EmptyTypeParametersParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForTypeParameters, JavaLightParserInfoForTypeParameters, ODRulesParserInfoForTypeParameters, TFBasisExtsParserInfoForTypeParameters, TFCommonsParserInfoForTypeParameters

public abstract class EmptyTypeParametersParserInfo extends TypeParametersParserInfo
Implementation of TypeParametersParserInfo 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.