Interface CompoundVariableTree

All Superinterfaces:
ExpressionTree, Tree, VariableTree
All Known Implementing Classes:
CompoundVariableTreeImpl

public interface CompoundVariableTree extends VariableTree
Curly variable syntax
   { $ variableExpression() }
 
Real life example:
   ${ foo }
   ${ $foo[1] }