Class EmptyAssignmentExpressionsParserInfo
java.lang.Object
de.monticore.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
de.monticore.expressions.assignmentexpressions._parser.EmptyAssignmentExpressionsParserInfo
- Direct Known Subclasses:
Grammar_WithConceptsParserInfoForAssignmentExpressions,JavaLightParserInfoForAssignmentExpressions,ODRulesParserInfoForAssignmentExpressions,TFBasisExtsParserInfoForAssignmentExpressions,TFCommonsParserInfoForAssignmentExpressions
Implementation of AssignmentExpressionsParserInfo 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.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
delegate, statesDefiningName, statesWithUsageNameExpression, statesWithUsageNameLeft, statesWithUsageNameRight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameLeft(int state) protected boolean_stateHasUsageNameRight(int state) Methods inherited from class de.monticore.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameExpression, stateHasUsageNameLeft, stateHasUsageNameRight
-
Constructor Details
-
EmptyAssignmentExpressionsParserInfo
public EmptyAssignmentExpressionsParserInfo()
-
-
Method Details
-
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) - Overrides:
_stateHasUsageNameExpressionin classAssignmentExpressionsParserInfo
-
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state) - Overrides:
_stateHasUsageNameLeftin classAssignmentExpressionsParserInfo
-
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state) - Overrides:
_stateHasUsageNameRightin classAssignmentExpressionsParserInfo
-
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classAssignmentExpressionsParserInfo
-