Class SIUnitLiteralsParserInfo
java.lang.Object
de.monticore.siunit.siunitliterals._parser.SIUnitLiteralsParserInfo
- Direct Known Subclasses:
EmptySIUnitLiteralsParserInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) protected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameNumericLiteral(int state) protected boolean_stateHasUsageNameSignedNumericLiteral(int state) protected boolean_stateHasUsageNameSIUnit(int state) protected static SIUnitLiteralsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(SIUnitLiteralsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameNumericLiteral(int state) static booleanstateHasUsageNameSignedNumericLiteral(int state) static booleanstateHasUsageNameSIUnit(int state)
-
Field Details
-
statesWithUsageNameNumericLiteral
-
statesWithUsageNameSIUnit
-
statesWithUsageNameSignedNumericLiteral
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
SIUnitLiteralsParserInfo
public SIUnitLiteralsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
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
-
_getImplementationOfInterfaceProd
-