// selects the all elements in the projection list that satisifes
// this condition. The result of "FindAll" is ContainerTypeInfo whose
// element type is the element type of the project list.
if (elementType != null) {
TypeInfo listType = getTypeInfo("java.util.ArrayList");
ContainerTypeInfo containerType =
new ContainerTypeInfo(listType, elementType);
addSemanticRecordToNode(node, containerType, null,
Symbol.ProjectionFindAll, getFullPath(node));
}
}