Class MCCommonStatementsParserInfoForMCLiteralsBasis
java.lang.Object
de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
de.monticore.literals.mcliteralsbasis._parser.EmptyMCLiteralsBasisParserInfo
de.monticore.statements.mccommonstatements._parser._auxiliary.MCCommonStatementsParserInfoForMCLiteralsBasis
-
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_stateHasUsageNameConstant(int state) protected boolean_stateHasUsageNameDeclarator(int state) protected boolean_stateHasUsageNameElseStatement(int state) protected boolean_stateHasUsageNameEnumConstant(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameForControl(int state) protected boolean_stateHasUsageNameForInit(int state) protected boolean_stateHasUsageNameForInitByExpressions(int state) protected boolean_stateHasUsageNameFormalParameter(int state) protected boolean_stateHasUsageNameJavaModifier(int state) protected boolean_stateHasUsageNameLocalVariableDeclaration(int state) protected boolean_stateHasUsageNameMCBlockStatement(int state) protected boolean_stateHasUsageNameMCStatement(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameSwitchBlockStatementGroup(int state) protected boolean_stateHasUsageNameSwitchLabel(int state) protected boolean_stateHasUsageNameThenStatement(int state) Methods inherited from class de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
MCCommonStatementsParserInfoForMCLiteralsBasis
public MCCommonStatementsParserInfoForMCLiteralsBasis()
-
-
Method Details
-
_stateHasUsageNameMCBlockStatement
protected boolean _stateHasUsageNameMCBlockStatement(int state) -
_stateHasUsageNameCondition
protected boolean _stateHasUsageNameCondition(int state) -
_stateHasUsageNameThenStatement
protected boolean _stateHasUsageNameThenStatement(int state) -
_stateHasUsageNameElseStatement
protected boolean _stateHasUsageNameElseStatement(int state) -
_stateHasUsageNameForControl
protected boolean _stateHasUsageNameForControl(int state) -
_stateHasUsageNameMCStatement
protected boolean _stateHasUsageNameMCStatement(int state) -
_stateHasUsageNameForInit
protected boolean _stateHasUsageNameForInit(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
_stateHasUsageNameForInitByExpressions
protected boolean _stateHasUsageNameForInitByExpressions(int state) -
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state) -
_stateHasUsageNameFormalParameter
protected boolean _stateHasUsageNameFormalParameter(int state) -
_stateHasUsageNameJavaModifier
protected boolean _stateHasUsageNameJavaModifier(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
_stateHasUsageNameDeclarator
protected boolean _stateHasUsageNameDeclarator(int state) -
_stateHasUsageNameSwitchBlockStatementGroup
protected boolean _stateHasUsageNameSwitchBlockStatementGroup(int state) -
_stateHasUsageNameSwitchLabel
protected boolean _stateHasUsageNameSwitchLabel(int state) -
_stateHasUsageNameConstant
protected boolean _stateHasUsageNameConstant(int state) -
_stateHasUsageNameEnumConstant
protected boolean _stateHasUsageNameEnumConstant(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCLiteralsBasisParserInfo
-