HashMap<IHandle, Body> _hashMap_1 = new HashMap<IHandle, Body>(ErlModelCache.DEFAULT_CHILDREN_SIZE);
this.childrenCache = _hashMap_1;
}
public Body get(final IHandle handle) {
Body _xifexpression = null;
if ((handle instanceof IErlModel)) {
_xifexpression = this.modelBody;
} else {
Body _xifexpression_1 = null;
if ((handle instanceof IErlProject)) {
_xifexpression_1 = this.projectCache.get(handle);
} else {
if ((handle instanceof IErlSource)) {
return this.fileCache.get(handle);