Class EmptyMCBasicTypesParserInfo
java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
- Direct Known Subclasses:
Grammar_WithConceptsParserInfoForMCBasicTypes,GrammarParserInfoForMCBasicTypes,JavaClassExpressionsParserInfoForMCBasicTypes,JavaLightParserInfoForMCBasicTypes,LambdaExpressionsParserInfoForMCBasicTypes,MCArrayStatementsParserInfoForMCBasicTypes,MCArrayTypesParserInfoForMCBasicTypes,MCCollectionTypesParserInfoForMCBasicTypes,MCCommonStatementsParserInfoForMCBasicTypes,MCExceptionStatementsParserInfoForMCBasicTypes,MCFullGenericTypesParserInfoForMCBasicTypes,MCFullJavaStatementsParserInfoForMCBasicTypes,MCFunctionTypesParserInfoForMCBasicTypes,MCSimpleGenericTypesParserInfoForMCBasicTypes,MCStructuralTypesParserInfoForMCBasicTypes,MCSynchronizedStatementsParserInfoForMCBasicTypes,MCVarDeclarationStatementsParserInfoForMCBasicTypes,OCLExpressionsParserInfoForMCBasicTypes,ODRuleGenerationParserInfoForMCBasicTypes,ODRulesParserInfoForMCBasicTypes,RegExTypeParserInfoForMCBasicTypes,SetExpressionsParserInfoForMCBasicTypes,SIUnitTypes4ComputingParserInfoForMCBasicTypes,SIUnitTypes4MathParserInfoForMCBasicTypes,StreamExpressionsParserInfoForMCBasicTypes,TagSchemaParserInfoForMCBasicTypes,TagsParserInfoForMCBasicTypes,TFBasisExtsParserInfoForMCBasicTypes,TFCommonsParserInfoForMCBasicTypes,TypeParametersParserInfoForMCBasicTypes,UglyExpressionsParserInfoForMCBasicTypes
Implementation of MCBasicTypesParserInfo 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.types.mcbasictypes._parser.MCBasicTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameMCQualifiedName, statesWithUsageNameMCType, statesWithUsageNameMCVoidType, statesWithUsageNameParts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameMCQualifiedName(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameMCVoidType(int state) protected boolean_stateHasUsageNameParts(int state) Methods inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameMCQualifiedName, stateHasUsageNameMCType, stateHasUsageNameMCVoidType, stateHasUsageNameParts
-
Constructor Details
-
EmptyMCBasicTypesParserInfo
public EmptyMCBasicTypesParserInfo()
-
-
Method Details
-
_stateHasUsageNameParts
protected boolean _stateHasUsageNameParts(int state) - Overrides:
_stateHasUsageNamePartsin classMCBasicTypesParserInfo
-
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(int state) - Overrides:
_stateHasUsageNameMCQualifiedNamein classMCBasicTypesParserInfo
-
_stateHasUsageNameMCVoidType
protected boolean _stateHasUsageNameMCVoidType(int state) - Overrides:
_stateHasUsageNameMCVoidTypein classMCBasicTypesParserInfo
-
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) - Overrides:
_stateHasUsageNameMCTypein classMCBasicTypesParserInfo
-
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classMCBasicTypesParserInfo
-