Class MCCollectionTypesParserInfo
- java.lang.Object
-
- de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
-
- Direct Known Subclasses:
EmptyMCCollectionTypesParserInfo
public class MCCollectionTypesParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static MCCollectionTypesParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameKeyprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCPrimitiveTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCQualifiedTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCTypeArgumentprotected static java.util.Set<java.lang.Integer>statesWithUsageNameValue
-
Constructor Summary
Constructors Constructor Description MCCollectionTypesParserInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>_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 MCCollectionTypesParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(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 Detail
-
statesWithUsageNameMCTypeArgument
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCTypeArgument
-
statesWithUsageNameKey
protected static java.util.Set<java.lang.Integer> statesWithUsageNameKey
-
statesWithUsageNameValue
protected static java.util.Set<java.lang.Integer> statesWithUsageNameValue
-
statesWithUsageNameMCQualifiedType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCQualifiedType
-
statesWithUsageNameMCPrimitiveType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCPrimitiveType
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static MCCollectionTypesParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static MCCollectionTypesParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(MCCollectionTypesParserInfo _delegate)
-
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
public static java.util.Optional<java.lang.String> getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
_getImplementationOfInterfaceProd
public java.util.Optional<java.lang.String> _getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
-