Class EmptyTFBasisExtsParserInfo
java.lang.Object
de.monticore.tf.tfbasisexts._parser.TFBasisExtsParserInfo
de.monticore.tf.tfbasisexts._parser.EmptyTFBasisExtsParserInfo
- Direct Known Subclasses:
ODRulesParserInfoForTFBasisExts,TFCommonsParserInfoForTFBasisExts
Implementation of TFBasisExtsParserInfo 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.
-
Field Summary
Fields inherited from class de.monticore.tf.tfbasisexts._parser.TFBasisExtsParserInfo
delegate, statesDefiningName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.monticore.tf.tfbasisexts._parser.TFBasisExtsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
EmptyTFBasisExtsParserInfo
public EmptyTFBasisExtsParserInfo()
-
-
Method Details
-
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classTFBasisExtsParserInfo
-