Package | Description |
---|---|
org.camunda.bpm.engine.impl.juel |
Modifier and Type | Class and Description |
---|---|
class |
AstIdentifier |
Modifier and Type | Method and Description |
---|---|
Iterable<IdentifierNode> |
Tree.getIdentifierNodes()
Get identifier nodes (in no particular order)
|
protected List<IdentifierNode> |
Parser.getIdentifiers() |
Constructor and Description |
---|
Tree(ExpressionNode root,
Collection<FunctionNode> functions,
Collection<IdentifierNode> identifiers,
boolean deferred)
Constructor.
|
Copyright © 2015. All rights reserved.