Class MCFunctionTypesParserInfo

java.lang.Object
de.monticore.types.mcfunctiontypes._parser.MCFunctionTypesParserInfo
Direct Known Subclasses:
EmptyMCFunctionTypesParserInfo

public class MCFunctionTypesParserInfo extends Object
  • Field Details

    • statesWithUsageNameMCType

      protected static Set<Integer> statesWithUsageNameMCType
    • statesWithUsageNameMCFunctionParTypes

      protected static Set<Integer> statesWithUsageNameMCFunctionParTypes
    • statesWithUsageNameMCReturnType

      protected static Set<Integer> statesWithUsageNameMCReturnType
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCFunctionTypesParserInfo delegate
  • Constructor Details

    • MCFunctionTypesParserInfo

      public MCFunctionTypesParserInfo()
  • Method Details

    • getDelegate

      protected static MCFunctionTypesParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(MCFunctionTypesParserInfo _delegate)
    • stateHasUsageNameMCType

      public static boolean stateHasUsageNameMCType(int state)
    • _stateHasUsageNameMCType

      protected boolean _stateHasUsageNameMCType(int state)
    • stateHasUsageNameMCFunctionParTypes

      public static boolean stateHasUsageNameMCFunctionParTypes(int state)
    • _stateHasUsageNameMCFunctionParTypes

      protected boolean _stateHasUsageNameMCFunctionParTypes(int state)
    • stateHasUsageNameMCReturnType

      public static boolean stateHasUsageNameMCReturnType(int state)
    • _stateHasUsageNameMCReturnType

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