Class MCFullGenericTypesParserInfo

java.lang.Object
de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
Direct Known Subclasses:
EmptyMCFullGenericTypesParserInfo

public class MCFullGenericTypesParserInfo extends Object
  • Field Details

    • statesWithUsageNameUpperBound

      protected static Set<Integer> statesWithUsageNameUpperBound
    • statesWithUsageNameLowerBound

      protected static Set<Integer> statesWithUsageNameLowerBound
    • statesWithUsageNameMCBasicGenericType

      protected static Set<Integer> statesWithUsageNameMCBasicGenericType
    • statesWithUsageNameMCInnerType

      protected static Set<Integer> statesWithUsageNameMCInnerType
    • statesWithUsageNameName

      protected static Set<Integer> statesWithUsageNameName
    • statesWithUsageNameMCTypeArgument

      protected static Set<Integer> statesWithUsageNameMCTypeArgument
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCFullGenericTypesParserInfo delegate
  • Constructor Details

    • MCFullGenericTypesParserInfo

      public MCFullGenericTypesParserInfo()
  • Method Details

    • getDelegate

      protected static MCFullGenericTypesParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(MCFullGenericTypesParserInfo _delegate)
    • stateHasUsageNameUpperBound

      public static boolean stateHasUsageNameUpperBound(int state)
    • _stateHasUsageNameUpperBound

      protected boolean _stateHasUsageNameUpperBound(int state)
    • stateHasUsageNameLowerBound

      public static boolean stateHasUsageNameLowerBound(int state)
    • _stateHasUsageNameLowerBound

      protected boolean _stateHasUsageNameLowerBound(int state)
    • stateHasUsageNameMCBasicGenericType

      public static boolean stateHasUsageNameMCBasicGenericType(int state)
    • _stateHasUsageNameMCBasicGenericType

      protected boolean _stateHasUsageNameMCBasicGenericType(int state)
    • stateHasUsageNameMCInnerType

      public static boolean stateHasUsageNameMCInnerType(int state)
    • _stateHasUsageNameMCInnerType

      protected boolean _stateHasUsageNameMCInnerType(int state)
    • stateHasUsageNameName

      public static boolean stateHasUsageNameName(int state)
    • _stateHasUsageNameName

      protected boolean _stateHasUsageNameName(int state)
    • stateHasUsageNameMCTypeArgument

      public static boolean stateHasUsageNameMCTypeArgument(int state)
    • _stateHasUsageNameMCTypeArgument

      protected boolean _stateHasUsageNameMCTypeArgument(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)