Class MCArrayStatementsParserInfo

java.lang.Object
de.monticore.statements.mcarraystatements._parser.MCArrayStatementsParserInfo
Direct Known Subclasses:
EmptyMCArrayStatementsParserInfo

public class MCArrayStatementsParserInfo extends Object
  • Field Details

    • statesWithUsageNameName

      protected static Set<Integer> statesWithUsageNameName
    • statesWithUsageNameVariableInit

      protected static Set<Integer> statesWithUsageNameVariableInit
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static MCArrayStatementsParserInfo delegate
  • Constructor Details

    • MCArrayStatementsParserInfo

      public MCArrayStatementsParserInfo()
  • Method Details

    • getDelegate

      protected static MCArrayStatementsParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(MCArrayStatementsParserInfo _delegate)
    • stateHasUsageNameName

      public static boolean stateHasUsageNameName(int state)
    • _stateHasUsageNameName

      protected boolean _stateHasUsageNameName(int state)
    • stateHasUsageNameVariableInit

      public static boolean stateHasUsageNameVariableInit(int state)
    • _stateHasUsageNameVariableInit

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