Uses of Interface
org.camunda.bpm.impl.juel.FunctionNode
-
Uses of FunctionNode in org.camunda.bpm.impl.juel
Modifier and TypeMethodDescriptionTree.getFunctionNodes()
Get function nodes (in no particular order)protected final List<FunctionNode>
Parser.getFunctions()
ModifierConstructorDescriptionTree
(ExpressionNode root, Collection<FunctionNode> functions, Collection<IdentifierNode> identifiers, boolean deferred) Constructor.