Class PlatformVariableEqualsExpressionFunction
- java.lang.Object
-
- org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
-
- org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
-
- com.flowable.platform.common.el.function.PlatformVariableEqualsExpressionFunction
-
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class PlatformVariableEqualsExpressionFunction extends VariableEqualsExpressionFunction
- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
-
Constructor Summary
Constructors Constructor Description PlatformVariableEqualsExpressionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AstNode
createVariableNameNode(AstNode variableNode)
protected Method
findMethod(String functionName)
-
Methods inherited from class org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
defaultEquals, equals
-
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
-
-
-
Method Detail
-
findMethod
protected Method findMethod(String functionName)
- Overrides:
findMethod
in classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
protected AstNode createVariableNameNode(AstNode variableNode)
- Overrides:
createVariableNameNode
in classAbstractFlowableVariableExpressionFunction
-
-