Class SIUnitLiteralsParserInfo

java.lang.Object
de.monticore.siunit.siunitliterals._parser.SIUnitLiteralsParserInfo
Direct Known Subclasses:
EmptySIUnitLiteralsParserInfo

public class SIUnitLiteralsParserInfo extends Object
  • Field Details

    • statesWithUsageNameNumericLiteral

      protected static Set<Integer> statesWithUsageNameNumericLiteral
    • statesWithUsageNameSIUnit

      protected static Set<Integer> statesWithUsageNameSIUnit
    • statesWithUsageNameSignedNumericLiteral

      protected static Set<Integer> statesWithUsageNameSignedNumericLiteral
    • statesDefiningName

      protected static Set<Integer> statesDefiningName
    • delegate

      protected static SIUnitLiteralsParserInfo delegate
  • Constructor Details

    • SIUnitLiteralsParserInfo

      public SIUnitLiteralsParserInfo()
  • Method Details

    • getDelegate

      protected static SIUnitLiteralsParserInfo getDelegate()
    • init

      public static void init()
    • initMe

      public static void initMe(SIUnitLiteralsParserInfo _delegate)
    • stateHasUsageNameNumericLiteral

      public static boolean stateHasUsageNameNumericLiteral(int state)
    • _stateHasUsageNameNumericLiteral

      protected boolean _stateHasUsageNameNumericLiteral(int state)
    • stateHasUsageNameSIUnit

      public static boolean stateHasUsageNameSIUnit(int state)
    • _stateHasUsageNameSIUnit

      protected boolean _stateHasUsageNameSIUnit(int state)
    • stateHasUsageNameSignedNumericLiteral

      public static boolean stateHasUsageNameSignedNumericLiteral(int state)
    • _stateHasUsageNameSignedNumericLiteral

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