Class OOSymbolsParserInfo

java.lang.Object
de.monticore.symbols.oosymbols._parser.OOSymbolsParserInfo
Direct Known Subclasses:
EmptyOOSymbolsParserInfo

public class OOSymbolsParserInfo extends Object
  • Field Details

    • statesWithUsageNameName

      protected static Set<Integer> statesWithUsageNameName
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static OOSymbolsParserInfo delegate
  • Constructor Details

    • OOSymbolsParserInfo

      public OOSymbolsParserInfo()
  • Method Details

    • getDelegate

      protected static OOSymbolsParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(OOSymbolsParserInfo _delegate)
    • stateHasUsageNameName

      public static boolean stateHasUsageNameName(int state)
    • _stateHasUsageNameName

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