Uses of Class
org.flowable.common.engine.impl.javax.el.ValueReference
Packages that use ValueReference
Package
Description
-
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el
Methods in org.flowable.common.engine.impl.de.odysseus.el that return ValueReference -
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree that return ValueReferenceModifier and TypeMethodDescriptionExpressionNode.getValueReference(Bindings bindings, ELContext context) Get value reference. -
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast that return ValueReferenceModifier and TypeMethodDescriptionAstEval.getValueReference(Bindings bindings, ELContext context) AstIdentifier.getValueReference(Bindings bindings, ELContext context) final ValueReferenceAstMethod.getValueReference(Bindings bindings, ELContext context) AstProperty.getValueReference(Bindings bindings, ELContext context) final ValueReferenceAstRightValue.getValueReference(Bindings bindings, ELContext context) AstText.getValueReference(Bindings bindings, ELContext context) -
Uses of ValueReference in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return ValueReferenceModifier and TypeMethodDescriptionValueExpression.getValueReference(ELContext context) Returns aValueReferencefor this expression instance.