Class MCBasicTypesParserInfo

java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
Direct Known Subclasses:
EmptyMCBasicTypesParserInfo

public class MCBasicTypesParserInfo extends Object
  • Field Details

    • statesWithUsageNameParts

      protected static Set<Integer> statesWithUsageNameParts
    • statesWithUsageNameMCQualifiedName

      protected static Set<Integer> statesWithUsageNameMCQualifiedName
    • statesWithUsageNameMCVoidType

      protected static Set<Integer> statesWithUsageNameMCVoidType
    • statesWithUsageNameMCType

      protected static Set<Integer> statesWithUsageNameMCType
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCBasicTypesParserInfo delegate
  • Constructor Details

    • MCBasicTypesParserInfo

      public MCBasicTypesParserInfo()
  • Method Details

    • getDelegate

      protected static MCBasicTypesParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(MCBasicTypesParserInfo _delegate)
    • stateHasUsageNameParts

      public static boolean stateHasUsageNameParts(int state)
    • _stateHasUsageNameParts

      protected boolean _stateHasUsageNameParts(int state)
    • stateHasUsageNameMCQualifiedName

      public static boolean stateHasUsageNameMCQualifiedName(int state)
    • _stateHasUsageNameMCQualifiedName

      protected boolean _stateHasUsageNameMCQualifiedName(int state)
    • stateHasUsageNameMCVoidType

      public static boolean stateHasUsageNameMCVoidType(int state)
    • _stateHasUsageNameMCVoidType

      protected boolean _stateHasUsageNameMCVoidType(int state)
    • stateHasUsageNameMCType

      public static boolean stateHasUsageNameMCType(int state)
    • _stateHasUsageNameMCType

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