Class EmptyLambdaExpressionsParserInfo

java.lang.Object
de.monticore.expressions.lambdaexpressions._parser.LambdaExpressionsParserInfo
de.monticore.expressions.lambdaexpressions._parser.EmptyLambdaExpressionsParserInfo
Direct Known Subclasses:
ODRulesParserInfoForLambdaExpressions, TFBasisExtsParserInfoForLambdaExpressions, TFCommonsParserInfoForLambdaExpressions

public abstract class EmptyLambdaExpressionsParserInfo extends LambdaExpressionsParserInfo
Implementation of LambdaExpressionsParserInfo 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.