Class MCCollectionTypesParserInfoForMCBasicTypes
- java.lang.Object
-
- de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
-
- de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
-
- de.monticore.types.mccollectiontypes._parser._auxiliary.MCCollectionTypesParserInfoForMCBasicTypes
-
public class MCCollectionTypesParserInfoForMCBasicTypes extends EmptyMCBasicTypesParserInfo
-
-
Field Summary
-
Fields inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameMCQualifiedName, statesWithUsageNameMCType, statesWithUsageNameMCVoidType, statesWithUsageNameParts
-
-
Constructor Summary
Constructors Constructor Description MCCollectionTypesParserInfoForMCBasicTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean_stateDefinesName(int state)protected boolean_stateHasUsageNameKey(int state)protected boolean_stateHasUsageNameMCPrimitiveType(int state)protected boolean_stateHasUsageNameMCQualifiedType(int state)protected boolean_stateHasUsageNameMCTypeArgument(int state)protected boolean_stateHasUsageNameValue(int state)-
Methods inherited from class de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
_stateHasUsageNameMCQualifiedName, _stateHasUsageNameMCType, _stateHasUsageNameMCVoidType, _stateHasUsageNameParts
-
Methods inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameMCQualifiedName, stateHasUsageNameMCType, stateHasUsageNameMCVoidType, stateHasUsageNameParts
-
-
-
-
Method Detail
-
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state)
-
_stateHasUsageNameKey
protected boolean _stateHasUsageNameKey(int state)
-
_stateHasUsageNameValue
protected boolean _stateHasUsageNameValue(int state)
-
_stateHasUsageNameMCQualifiedType
protected boolean _stateHasUsageNameMCQualifiedType(int state)
-
_stateHasUsageNameMCPrimitiveType
protected boolean _stateHasUsageNameMCPrimitiveType(int state)
-
_stateDefinesName
protected boolean _stateDefinesName(int state)
- Overrides:
_stateDefinesNamein classEmptyMCBasicTypesParserInfo
-
-