/**
* {@inheritDoc}
*/
@Override
public void visit(CollectionValuedPathExpression expression) {
DerivedPathIdentificationVariableDeclarationStateObject stateObject = (DerivedPathIdentificationVariableDeclarationStateObject) this.stateObject;
stateObject.setRootPath(expression.toActualText());
stateObject.getRootStateObject().setExpression(expression);
}