Class StreamExpressionsParserInfoForMCCollectionTypes
java.lang.Object
de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
de.monticore.types.mccollectiontypes._parser.EmptyMCCollectionTypesParserInfo
de.monticore.expressions.streamexpressions._parser._auxiliary.StreamExpressionsParserInfoForMCCollectionTypes
public class StreamExpressionsParserInfoForMCCollectionTypes
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_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameLeft(int state) protected boolean_stateHasUsageNameMCTypeArgument(int state) protected boolean_stateHasUsageNameRight(int state) protected boolean_stateHasUsageNameStream(int state) protected boolean_stateHasUsageNameStreamConstructorElement(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
-
StreamExpressionsParserInfoForMCCollectionTypes
public StreamExpressionsParserInfoForMCCollectionTypes()
-
-
Method Details
-
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state) - Overrides:
_stateHasUsageNameMCTypeArgumentin classEmptyMCCollectionTypesParserInfo
-
_stateHasUsageNameStreamConstructorElement
protected boolean _stateHasUsageNameStreamConstructorElement(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state) -
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state) -
_stateHasUsageNameStream
protected boolean _stateHasUsageNameStream(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCCollectionTypesParserInfo
-