Class MCCommonLiteralsParserInfo

java.lang.Object
de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
Direct Known Subclasses:
EmptyMCCommonLiteralsParserInfo

public class MCCommonLiteralsParserInfo extends Object
  • Field Details

    • statesWithUsageNameSource

      protected static Set<Integer> statesWithUsageNameSource
    • statesWithUsageNameDigits

      protected static Set<Integer> statesWithUsageNameDigits
    • statesWithUsageNamePre

      protected static Set<Integer> statesWithUsageNamePre
    • statesWithUsageNamePost

      protected static Set<Integer> statesWithUsageNamePost
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCCommonLiteralsParserInfo delegate
  • Constructor Details

    • MCCommonLiteralsParserInfo

      public MCCommonLiteralsParserInfo()
  • Method Details

    • getDelegate

      protected static MCCommonLiteralsParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(MCCommonLiteralsParserInfo _delegate)
    • stateHasUsageNameSource

      public static boolean stateHasUsageNameSource(int state)
    • _stateHasUsageNameSource

      protected boolean _stateHasUsageNameSource(int state)
    • stateHasUsageNameDigits

      public static boolean stateHasUsageNameDigits(int state)
    • _stateHasUsageNameDigits

      protected boolean _stateHasUsageNameDigits(int state)
    • stateHasUsageNamePre

      public static boolean stateHasUsageNamePre(int state)
    • _stateHasUsageNamePre

      protected boolean _stateHasUsageNamePre(int state)
    • stateHasUsageNamePost

      public static boolean stateHasUsageNamePost(int state)
    • _stateHasUsageNamePost

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