public IType getType(String typeName) {
return new AssistSourceType(this, typeName, this.bindingCache, this.infoCache);
}
public boolean hasChildren() throws JavaModelException {
JavaElementInfo info = (JavaElementInfo)this.infoCache.get(this);
return info.getChildren().length > 0;
}