| Modifier and Type | Method and Description |
|---|---|
Iterable<FunctionNode> |
Tree.getFunctionNodes()
Get function nodes (in no particular order)
|
| Constructor and Description |
|---|
Tree(ExpressionNode root,
List<FunctionNode> functions,
List<IdentifierNode> identifiers,
boolean deferred)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<FunctionNode> |
Parser.getFunctions() |
| Modifier and Type | Class and Description |
|---|---|
class |
AstFunction |
Copyright © 2017 Flowable. All rights reserved.