Class TFCommonsParserInfoForAssignmentExpressions
- java.lang.Object
-
- de.monticore.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
-
- de.monticore.expressions.assignmentexpressions._parser.EmptyAssignmentExpressionsParserInfo
-
- de.monticore.tf.tfcommons._parser._auxiliary.TFCommonsParserInfoForAssignmentExpressions
-
public class TFCommonsParserInfoForAssignmentExpressions extends EmptyAssignmentExpressionsParserInfo
-
-
Field Summary
-
Fields inherited from class de.monticore.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
delegate, statesDefiningName, statesWithUsageNameExpression, statesWithUsageNameLeft, statesWithUsageNameRight
-
-
Constructor Summary
Constructors Constructor Description TFCommonsParserInfoForAssignmentExpressions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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.expressions.assignmentexpressions._parser.EmptyAssignmentExpressionsParserInfo
_stateHasUsageNameExpression, _stateHasUsageNameLeft, _stateHasUsageNameRight
-
Methods inherited from class de.monticore.expressions.assignmentexpressions._parser.AssignmentExpressionsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameExpression, stateHasUsageNameLeft, stateHasUsageNameRight
-
-
-
-
Method Detail
-
_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 classEmptyAssignmentExpressionsParserInfo
-
-