Class TFCommonsParserInfoForMCFullGenericTypes
- java.lang.Object
-
- de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
-
- de.monticore.types.mcfullgenerictypes._parser.EmptyMCFullGenericTypesParserInfo
-
- de.monticore.tf.tfcommons._parser._auxiliary.TFCommonsParserInfoForMCFullGenericTypes
-
public class TFCommonsParserInfoForMCFullGenericTypes extends EmptyMCFullGenericTypesParserInfo
-
-
Field Summary
-
Fields inherited from class de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameLowerBound, statesWithUsageNameMCBasicGenericType, statesWithUsageNameMCInnerType, statesWithUsageNameMCTypeArgument, statesWithUsageNameName, statesWithUsageNameUpperBound
-
-
Constructor Summary
Constructors Constructor Description TFCommonsParserInfoForMCFullGenericTypes()
-
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.types.mcfullgenerictypes._parser.EmptyMCFullGenericTypesParserInfo
_stateHasUsageNameLowerBound, _stateHasUsageNameMCBasicGenericType, _stateHasUsageNameMCInnerType, _stateHasUsageNameMCTypeArgument, _stateHasUsageNameUpperBound
-
Methods inherited from class de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameLowerBound, stateHasUsageNameMCBasicGenericType, stateHasUsageNameMCInnerType, stateHasUsageNameMCTypeArgument, stateHasUsageNameName, stateHasUsageNameUpperBound
-
-
-
-
Method Detail
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
- Overrides:
_stateHasUsageNameNamein classEmptyMCFullGenericTypesParserInfo
-
_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 classEmptyMCFullGenericTypesParserInfo
-
-