{
hash = hash + attr.hashCode();
}
}
BranchNormalizedVisitor visitor = new BranchNormalizedVisitor();
getDecorated().getFilter().accept( visitor );
hash = hash * 17 + currentFilter.toString().hashCode();
hash = hash * 17 + super.hashCode();
return hash;