Class EmptyJavaClassExpressionsParserInfo

java.lang.Object
de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
de.monticore.expressions.javaclassexpressions._parser.EmptyJavaClassExpressionsParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForJavaClassExpressions, JavaLightParserInfoForJavaClassExpressions, ODRulesParserInfoForJavaClassExpressions, TFBasisExtsParserInfoForJavaClassExpressions, TFCommonsParserInfoForJavaClassExpressions

public abstract class EmptyJavaClassExpressionsParserInfo extends JavaClassExpressionsParserInfo
Implementation of JavaClassExpressionsParserInfo 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.