Class EmptyMCBasicTypesParserInfo

java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCBasicTypes, GrammarParserInfoForMCBasicTypes, JavaClassExpressionsParserInfoForMCBasicTypes, JavaLightParserInfoForMCBasicTypes, LambdaExpressionsParserInfoForMCBasicTypes, MCArrayStatementsParserInfoForMCBasicTypes, MCArrayTypesParserInfoForMCBasicTypes, MCCollectionTypesParserInfoForMCBasicTypes, MCCommonStatementsParserInfoForMCBasicTypes, MCExceptionStatementsParserInfoForMCBasicTypes, MCFullGenericTypesParserInfoForMCBasicTypes, MCFullJavaStatementsParserInfoForMCBasicTypes, MCFunctionTypesParserInfoForMCBasicTypes, MCSimpleGenericTypesParserInfoForMCBasicTypes, MCStructuralTypesParserInfoForMCBasicTypes, MCSynchronizedStatementsParserInfoForMCBasicTypes, MCVarDeclarationStatementsParserInfoForMCBasicTypes, OCLExpressionsParserInfoForMCBasicTypes, ODRuleGenerationParserInfoForMCBasicTypes, ODRulesParserInfoForMCBasicTypes, RegExTypeParserInfoForMCBasicTypes, SetExpressionsParserInfoForMCBasicTypes, SIUnitTypes4ComputingParserInfoForMCBasicTypes, SIUnitTypes4MathParserInfoForMCBasicTypes, StreamExpressionsParserInfoForMCBasicTypes, TagSchemaParserInfoForMCBasicTypes, TagsParserInfoForMCBasicTypes, TFBasisExtsParserInfoForMCBasicTypes, TFCommonsParserInfoForMCBasicTypes, TypeParametersParserInfoForMCBasicTypes, UglyExpressionsParserInfoForMCBasicTypes

public abstract class EmptyMCBasicTypesParserInfo extends MCBasicTypesParserInfo
Implementation of MCBasicTypesParserInfo 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.