Class EmptyCommonExpressionsParserInfo

java.lang.Object
de.monticore.expressions.commonexpressions._parser.CommonExpressionsParserInfo
de.monticore.expressions.commonexpressions._parser.EmptyCommonExpressionsParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForCommonExpressions, JavaClassExpressionsParserInfoForCommonExpressions, JavaLightParserInfoForCommonExpressions, ODRulesParserInfoForCommonExpressions, OptionalOperatorsParserInfoForCommonExpressions, StreamExpressionsParserInfoForCommonExpressions, TFBasisExtsParserInfoForCommonExpressions, TFCommonsParserInfoForCommonExpressions

public abstract class EmptyCommonExpressionsParserInfo extends CommonExpressionsParserInfo
Implementation of CommonExpressionsParserInfo 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.