List of usage examples for org.eclipse.jdt.internal.core ClassFileInfo removeBinaryChildren
void removeBinaryChildren() throws JavaModelException
JavaModelManager's cache. From source file:com.codenvy.ide.ext.java.server.internal.core.BinaryType.java
License:Open Source License
protected void closing(Object info) throws JavaModelException { ClassFileInfo cfi = getClassFileInfo(); cfi.removeBinaryChildren(); }