Uses of Interface
org.openhab.core.model.script.script.QuantityLiteral
Package
Description
-
Uses of QuantityLiteral in org.openhab.core.model.script.interpreter
Modifier and TypeMethodDescriptionprotected Object
ScriptInterpreter.doEvaluate
(QuantityLiteral literal, org.eclipse.xtext.xbase.interpreter.IEvaluationContext context, org.eclipse.xtext.util.CancelIndicator indicator) -
Uses of QuantityLiteral in org.openhab.core.model.script.jvmmodel
Modifier and TypeMethodDescriptionprotected void
ScriptTypeComputer._computeTypes
(QuantityLiteral assignment, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state) -
Uses of QuantityLiteral in org.openhab.core.model.script.script
Modifier and TypeMethodDescriptionScriptFactory.createQuantityLiteral()
Returns a new object of class 'Quantity Literal'. -
Uses of QuantityLiteral in org.openhab.core.model.script.script.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Quantity Literal'. -
Uses of QuantityLiteral in org.openhab.core.model.script.script.util
Modifier and TypeMethodDescriptionScriptSwitch.caseQuantityLiteral
(QuantityLiteral object) Returns the result of interpreting the object as an instance of 'Quantity Literal'. -
Uses of QuantityLiteral in org.openhab.core.model.script.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractScriptSemanticSequencer.sequence_QuantityLiteral
(org.eclipse.xtext.serializer.ISerializationContext context, QuantityLiteral semanticObject) Contexts: XLiteral returns QuantityLiteral QuantityLiteral returns QuantityLiteral XExpression returns QuantityLiteral XAssignment returns QuantityLiteral XAssignment.XBinaryOperation_1_1_0_0_0 returns QuantityLiteral XOrExpression returns QuantityLiteral XOrExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XAndExpression returns QuantityLiteral XAndExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XEqualityExpression returns QuantityLiteral XEqualityExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XRelationalExpression returns QuantityLiteral XRelationalExpression.XInstanceOfExpression_1_0_0_0_0 returns QuantityLiteral XRelationalExpression.XBinaryOperation_1_1_0_0_0 returns QuantityLiteral XOtherOperatorExpression returns QuantityLiteral XOtherOperatorExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XAdditiveExpression returns QuantityLiteral XAdditiveExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XMultiplicativeExpression returns QuantityLiteral XMultiplicativeExpression.XBinaryOperation_1_0_0_0 returns QuantityLiteral XUnaryOperation returns QuantityLiteral XCastedExpression returns QuantityLiteral XCastedExpression.XCastedExpression_1_0_0_0 returns QuantityLiteral XPostfixOperation returns QuantityLiteral XPostfixOperation.XPostfixOperation_1_0_0 returns QuantityLiteral XMemberFeatureCall returns QuantityLiteral XMemberFeatureCall.XAssignment_1_0_0_0_0 returns QuantityLiteral XMemberFeatureCall.XMemberFeatureCall_1_1_0_0_0 returns QuantityLiteral XPrimaryExpression returns QuantityLiteral XParenthesizedExpression returns QuantityLiteral XExpressionOrVarDeclaration returns QuantityLiteral Constraint: (value=Number unit=AbstractUnit)