Class EmptyJavaLightParserInfo

java.lang.Object
de.monticore.javalight._parser.JavaLightParserInfo
de.monticore.javalight._parser.EmptyJavaLightParserInfo
Direct Known Subclasses:
Grammar_WithConceptsParserInfoForJavaLight, ODRulesParserInfoForJavaLight, TFBasisExtsParserInfoForJavaLight, TFCommonsParserInfoForJavaLight

public abstract class EmptyJavaLightParserInfo extends JavaLightParserInfo
Implementation of JavaLightParserInfo 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.