Class TFCommonsParserInfoForMCStatementsBasis
java.lang.Object
de.monticore.statements.mcstatementsbasis._parser.MCStatementsBasisParserInfo
de.monticore.statements.mcstatementsbasis._parser.EmptyMCStatementsBasisParserInfo
de.monticore.tf.tfcommons._parser._auxiliary.TFCommonsParserInfoForMCStatementsBasis
-
Field Summary
Fields inherited from class de.monticore.statements.mcstatementsbasis._parser.MCStatementsBasisParserInfo
delegate, statesDefiningName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameAssign(int state) protected boolean_stateHasUsageNameConstraint(int state) protected boolean_stateHasUsageNameFoldingSet(int state) protected boolean_stateHasUsageNameIdentifierSchema(int state) protected boolean_stateHasUsageNameIdentifierToken(int state) protected boolean_stateHasUsageNameITFPart(int state) protected boolean_stateHasUsageNameMCImportStatement(int state) protected boolean_stateHasUsageNameMCJavaBlock(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameNewIdentifierSchema(int state) protected boolean_stateHasUsageNameNewIdentifierToken(int state) protected boolean_stateHasUsageNameObjectNames(int state) protected boolean_stateHasUsageNamePackage(int state) protected boolean_stateHasUsageNameTFAssignments(int state) protected boolean_stateHasUsageNameTFDo(int state) protected boolean_stateHasUsageNameTFFolding(int state) protected boolean_stateHasUsageNameTFUndo(int state) protected boolean_stateHasUsageNameTFWhere(int state) protected boolean_stateHasUsageNameValue(int state) protected boolean_stateHasUsageNameVariable(int state) Methods inherited from class de.monticore.statements.mcstatementsbasis._parser.MCStatementsBasisParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
TFCommonsParserInfoForMCStatementsBasis
public TFCommonsParserInfoForMCStatementsBasis()
-
-
Method Details
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameIdentifierToken
protected boolean _stateHasUsageNameIdentifierToken(int state) -
_stateHasUsageNameIdentifierSchema
protected boolean _stateHasUsageNameIdentifierSchema(int state) -
_stateHasUsageNameNewIdentifierToken
protected boolean _stateHasUsageNameNewIdentifierToken(int state) -
_stateHasUsageNameNewIdentifierSchema
protected boolean _stateHasUsageNameNewIdentifierSchema(int state) -
_stateHasUsageNameFoldingSet
protected boolean _stateHasUsageNameFoldingSet(int state) -
_stateHasUsageNameObjectNames
protected boolean _stateHasUsageNameObjectNames(int state) -
_stateHasUsageNameAssign
protected boolean _stateHasUsageNameAssign(int state) -
_stateHasUsageNameVariable
protected boolean _stateHasUsageNameVariable(int state) -
_stateHasUsageNameValue
protected boolean _stateHasUsageNameValue(int state) -
_stateHasUsageNameConstraint
protected boolean _stateHasUsageNameConstraint(int state) -
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state) -
_stateHasUsageNameITFPart
protected boolean _stateHasUsageNameITFPart(int state) -
_stateHasUsageNameTFFolding
protected boolean _stateHasUsageNameTFFolding(int state) -
_stateHasUsageNameTFAssignments
protected boolean _stateHasUsageNameTFAssignments(int state) -
_stateHasUsageNameTFWhere
protected boolean _stateHasUsageNameTFWhere(int state) -
_stateHasUsageNameTFDo
protected boolean _stateHasUsageNameTFDo(int state) -
_stateHasUsageNameTFUndo
protected boolean _stateHasUsageNameTFUndo(int state) -
_stateHasUsageNamePackage
protected boolean _stateHasUsageNamePackage(int state) -
_stateHasUsageNameMCImportStatement
protected boolean _stateHasUsageNameMCImportStatement(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCStatementsBasisParserInfo
-