org.eclipse.jdt.internal.core
Class OpenableElementInfo

java.lang.Object
  extended by org.eclipse.jdt.internal.core.JavaElementInfo
      extended by org.eclipse.jdt.internal.core.OpenableElementInfo
Direct Known Subclasses:
CompilationUnitElementInfo, JavaModelInfo

public class OpenableElementInfo
extends JavaElementInfo

Element info for IOpenable elements.


Constructor Summary
OpenableElementInfo()
           
 
Method Summary
 boolean isStructureKnown()
           
 void setIsStructureKnown(boolean newIsStructureKnown)
          Sets whether the structure of this element known
 
Methods inherited from class org.eclipse.jdt.internal.core.JavaElementInfo
addChild, clone, getChildren, removeChild, setChildren
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenableElementInfo

public OpenableElementInfo()
Method Detail

isStructureKnown

public boolean isStructureKnown()
See Also:
IJavaElement.isStructureKnown()

setIsStructureKnown

public void setIsStructureKnown(boolean newIsStructureKnown)
Sets whether the structure of this element known

See Also:
IJavaElement.isStructureKnown()