Class SIUnitsParserInfoForMCCommonLiterals
java.lang.Object
de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
de.monticore.literals.mccommonliterals._parser.EmptyMCCommonLiteralsParserInfo
de.monticore.siunit.siunits._parser._auxiliary.SIUnitsParserInfoForMCCommonLiterals
-
Field Summary
Fields inherited from class de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
delegate, statesDefiningName, statesWithUsageNameDigits, statesWithUsageNamePost, statesWithUsageNamePre, statesWithUsageNameSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameCelsiusFahrenheit(int state) protected boolean_stateHasUsageNameDenominator(int state) protected boolean_stateHasUsageNameDigits(int state) protected boolean_stateHasUsageNameExponent(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameNonNameUnit(int state) protected boolean_stateHasUsageNameNumerator(int state) protected boolean_stateHasUsageNameOne(int state) protected boolean_stateHasUsageNamePost(int state) protected boolean_stateHasUsageNamePre(int state) protected boolean_stateHasUsageNameSIUnitDimensionless(int state) protected boolean_stateHasUsageNameSIUnitGroupPrimitive(int state) protected booleanprotected boolean_stateHasUsageNameSIUnitPrimitive(int state) protected boolean_stateHasUsageNameSIUnitWithoutPrefix(int state) protected boolean_stateHasUsageNameSIUnitWithPrefix(int state) protected boolean_stateHasUsageNameSource(int state) protected boolean_stateHasUsageNameUnit(int state) Methods inherited from class de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameDigits, stateHasUsageNamePost, stateHasUsageNamePre, stateHasUsageNameSource
-
Constructor Details
-
SIUnitsParserInfoForMCCommonLiterals
public SIUnitsParserInfoForMCCommonLiterals()
-
-
Method Details
-
_stateHasUsageNameSource
protected boolean _stateHasUsageNameSource(int state) - Overrides:
_stateHasUsageNameSourcein classEmptyMCCommonLiteralsParserInfo
-
_stateHasUsageNameDigits
protected boolean _stateHasUsageNameDigits(int state) - Overrides:
_stateHasUsageNameDigitsin classEmptyMCCommonLiteralsParserInfo
-
_stateHasUsageNamePre
protected boolean _stateHasUsageNamePre(int state) - Overrides:
_stateHasUsageNamePrein classEmptyMCCommonLiteralsParserInfo
-
_stateHasUsageNamePost
protected boolean _stateHasUsageNamePost(int state) - Overrides:
_stateHasUsageNamePostin classEmptyMCCommonLiteralsParserInfo
-
_stateHasUsageNameOne
protected boolean _stateHasUsageNameOne(int state) -
_stateHasUsageNameDenominator
protected boolean _stateHasUsageNameDenominator(int state) -
_stateHasUsageNameNumerator
protected boolean _stateHasUsageNameNumerator(int state) -
_stateHasUsageNameSIUnitPrimitive
protected boolean _stateHasUsageNameSIUnitPrimitive(int state) -
_stateHasUsageNameSIUnitWithPrefix
protected boolean _stateHasUsageNameSIUnitWithPrefix(int state) -
_stateHasUsageNameSIUnitWithoutPrefix
protected boolean _stateHasUsageNameSIUnitWithoutPrefix(int state) -
_stateHasUsageNameSIUnitDimensionless
protected boolean _stateHasUsageNameSIUnitDimensionless(int state) -
_stateHasUsageNameCelsiusFahrenheit
protected boolean _stateHasUsageNameCelsiusFahrenheit(int state) -
_stateHasUsageNameSIUnitKindGroupWithExponent
protected boolean _stateHasUsageNameSIUnitKindGroupWithExponent(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameNonNameUnit
protected boolean _stateHasUsageNameNonNameUnit(int state) -
_stateHasUsageNameUnit
protected boolean _stateHasUsageNameUnit(int state) -
_stateHasUsageNameSIUnitGroupPrimitive
protected boolean _stateHasUsageNameSIUnitGroupPrimitive(int state) -
_stateHasUsageNameExponent
protected boolean _stateHasUsageNameExponent(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCCommonLiteralsParserInfo
-