Class OCLExpressionsParserInfoForMCLiteralsBasis
java.lang.Object
de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
de.monticore.literals.mcliteralsbasis._parser.EmptyMCLiteralsBasisParserInfo
de.monticore.ocl.oclexpressions._parser._auxiliary.OCLExpressionsParserInfoForMCLiteralsBasis
-
Field Summary
Fields inherited from class de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
delegate, statesDefiningName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameCondition(int state) protected boolean_stateHasUsageNameElseExpression(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameInDeclaration(int state) protected boolean_stateHasUsageNameInDeclarationVariable(int state) protected boolean_stateHasUsageNameInit(int state) protected boolean_stateHasUsageNameIteration(int state) protected boolean_stateHasUsageNameLeft(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameOCLVariableDeclaration(int state) protected boolean_stateHasUsageNameRight(int state) protected boolean_stateHasUsageNameThenExpression(int state) protected boolean_stateHasUsageNameValue(int state) protected boolean_stateReferencesVariableSymbol(int state) Methods inherited from class de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
OCLExpressionsParserInfoForMCLiteralsBasis
public OCLExpressionsParserInfoForMCLiteralsBasis()
-
-
Method Details
-
_stateReferencesVariableSymbol
protected boolean _stateReferencesVariableSymbol(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
_stateHasUsageNameThenExpression
protected boolean _stateHasUsageNameThenExpression(int state) -
_stateHasUsageNameElseExpression
protected boolean _stateHasUsageNameElseExpression(int state) -
_stateHasUsageNameCondition
protected boolean _stateHasUsageNameCondition(int state) -
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state) -
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state) -
_stateHasUsageNameInDeclaration
protected boolean _stateHasUsageNameInDeclaration(int state) -
_stateHasUsageNameOCLVariableDeclaration
protected boolean _stateHasUsageNameOCLVariableDeclaration(int state) -
_stateHasUsageNameIteration
protected boolean _stateHasUsageNameIteration(int state) -
_stateHasUsageNameInit
protected boolean _stateHasUsageNameInit(int state) -
_stateHasUsageNameValue
protected boolean _stateHasUsageNameValue(int state) -
_stateHasUsageNameInDeclarationVariable
protected boolean _stateHasUsageNameInDeclarationVariable(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCLiteralsBasisParserInfo
-