Class MCCollectionTypesParserInfoForMCBasicTypes
java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
de.monticore.types.mccollectiontypes._parser._auxiliary.MCCollectionTypesParserInfoForMCBasicTypes
-
Field Summary
Fields inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameMCQualifiedName, statesWithUsageNameMCType, statesWithUsageNameMCVoidType, statesWithUsageNameParts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, _stateHasUsageNamePartsMethods inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameMCQualifiedName, stateHasUsageNameMCType, stateHasUsageNameMCVoidType, stateHasUsageNameParts
-
Constructor Details
-
MCCollectionTypesParserInfoForMCBasicTypes
public MCCollectionTypesParserInfoForMCBasicTypes()
-
-
Method Details
-
_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
-