List<String> findBindables() { for (ASTNode node in nodes) { node.accept(this); } return bindableExpressions; }