Interface ComputedVariableTree

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

public interface ComputedVariableTree extends VariableTree
Curly variable syntax
   { variableExpression() }
 
Real life example:
   $bar->{$foo[1]};