Class EmptyMCCommonLiteralsParserInfo

java.lang.Object
de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
de.monticore.literals.mccommonliterals._parser.EmptyMCCommonLiteralsParserInfo
Direct Known Subclasses:
CardinalityParserInfoForMCCommonLiterals, Grammar_WithConceptsParserInfoForMCCommonLiterals, GrammarParserInfoForMCCommonLiterals, JavaLightParserInfoForMCCommonLiterals, MCCommonParserInfoForMCCommonLiterals, MCJavaLiteralsParserInfoForMCCommonLiterals, ODRulesParserInfoForMCCommonLiterals, RegExTypeParserInfoForMCCommonLiterals, RegularExpressionsParserInfoForMCCommonLiterals, SIUnitLiteralsParserInfoForMCCommonLiterals, SIUnitsParserInfoForMCCommonLiterals, SIUnitTypes4ComputingParserInfoForMCCommonLiterals, SIUnitTypes4MathParserInfoForMCCommonLiterals, TagSchemaParserInfoForMCCommonLiterals, TagsParserInfoForMCCommonLiterals, TFBasisExtsParserInfoForMCCommonLiterals, TFCommonsParserInfoForMCCommonLiterals, UMLModifierParserInfoForMCCommonLiterals, UMLStereotypeParserInfoForMCCommonLiterals

public abstract class EmptyMCCommonLiteralsParserInfo extends MCCommonLiteralsParserInfo
Implementation of MCCommonLiteralsParserInfo 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.