Class MCCollectionTypesParserInfo
java.lang.Object
de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
- Direct Known Subclasses:
EmptyMCCollectionTypesParserInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) 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) protected static MCCollectionTypesParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCCollectionTypesParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameKey(int state) static booleanstateHasUsageNameMCPrimitiveType(int state) static booleanstateHasUsageNameMCQualifiedType(int state) static booleanstateHasUsageNameMCTypeArgument(int state) static booleanstateHasUsageNameValue(int state)
-
Field Details
-
statesWithUsageNameMCTypeArgument
-
statesWithUsageNameKey
-
statesWithUsageNameValue
-
statesWithUsageNameMCQualifiedType
-
statesWithUsageNameMCPrimitiveType
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCCollectionTypesParserInfo
public MCCollectionTypesParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameMCTypeArgument
public static boolean stateHasUsageNameMCTypeArgument(int state) -
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state) -
stateHasUsageNameKey
public static boolean stateHasUsageNameKey(int state) -
_stateHasUsageNameKey
protected boolean _stateHasUsageNameKey(int state) -
stateHasUsageNameValue
public static boolean stateHasUsageNameValue(int state) -
_stateHasUsageNameValue
protected boolean _stateHasUsageNameValue(int state) -
stateHasUsageNameMCQualifiedType
public static boolean stateHasUsageNameMCQualifiedType(int state) -
_stateHasUsageNameMCQualifiedType
protected boolean _stateHasUsageNameMCQualifiedType(int state) -
stateHasUsageNameMCPrimitiveType
public static boolean stateHasUsageNameMCPrimitiveType(int state) -
_stateHasUsageNameMCPrimitiveType
protected boolean _stateHasUsageNameMCPrimitiveType(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-