Class MCFullGenericTypesParserInfoForMCCollectionTypes
java.lang.Object
de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
de.monticore.types.mccollectiontypes._parser.EmptyMCCollectionTypesParserInfo
de.monticore.types.mcfullgenerictypes._parser._auxiliary.MCFullGenericTypesParserInfoForMCCollectionTypes
public class MCFullGenericTypesParserInfoForMCCollectionTypes
extends EmptyMCCollectionTypesParserInfo
-
Field Summary
Fields inherited from class de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameKey, statesWithUsageNameMCPrimitiveType, statesWithUsageNameMCQualifiedType, statesWithUsageNameMCTypeArgument, statesWithUsageNameValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameLowerBound(int state) protected boolean_stateHasUsageNameMCBasicGenericType(int state) protected boolean_stateHasUsageNameMCInnerType(int state) protected boolean_stateHasUsageNameMCTypeArgument(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameUpperBound(int state) Methods inherited from class de.monticore.types.mccollectiontypes._parser.EmptyMCCollectionTypesParserInfo
_stateHasUsageNameKey, _stateHasUsageNameMCPrimitiveType, _stateHasUsageNameMCQualifiedType, _stateHasUsageNameValueMethods inherited from class de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameKey, stateHasUsageNameMCPrimitiveType, stateHasUsageNameMCQualifiedType, stateHasUsageNameMCTypeArgument, stateHasUsageNameValue
-
Constructor Details
-
MCFullGenericTypesParserInfoForMCCollectionTypes
public MCFullGenericTypesParserInfoForMCCollectionTypes()
-
-
Method Details
-
_stateHasUsageNameUpperBound
protected boolean _stateHasUsageNameUpperBound(int state) -
_stateHasUsageNameLowerBound
protected boolean _stateHasUsageNameLowerBound(int state) -
_stateHasUsageNameMCBasicGenericType
protected boolean _stateHasUsageNameMCBasicGenericType(int state) -
_stateHasUsageNameMCInnerType
protected boolean _stateHasUsageNameMCInnerType(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state) - Overrides:
_stateHasUsageNameMCTypeArgumentin classEmptyMCCollectionTypesParserInfo
-
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCCollectionTypesParserInfo
-