Class MCCollectionTypesParserInfo

java.lang.Object
de.monticore.types.mccollectiontypes._parser.MCCollectionTypesParserInfo
Direct Known Subclasses:
EmptyMCCollectionTypesParserInfo

public class MCCollectionTypesParserInfo extends Object
  • Field Details

    • statesWithUsageNameMCTypeArgument

      protected static Set<Integer> statesWithUsageNameMCTypeArgument
    • statesWithUsageNameKey

      protected static Set<Integer> statesWithUsageNameKey
    • statesWithUsageNameValue

      protected static Set<Integer> statesWithUsageNameValue
    • statesWithUsageNameMCQualifiedType

      protected static Set<Integer> statesWithUsageNameMCQualifiedType
    • statesWithUsageNameMCPrimitiveType

      protected static Set<Integer> statesWithUsageNameMCPrimitiveType
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCCollectionTypesParserInfo delegate
  • Constructor Details

    • MCCollectionTypesParserInfo

      public MCCollectionTypesParserInfo()
  • Method Details

    • 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 Optional<String> getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
    • _getImplementationOfInterfaceProd

      public Optional<String> _getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)