org.eclipse.jdt.internal.core
Class ASTHolderCUInfo

java.lang.Object
  extended by org.eclipse.jdt.internal.core.JavaElementInfo
      extended by org.eclipse.jdt.internal.core.OpenableElementInfo
          extended by org.eclipse.jdt.internal.core.CompilationUnitElementInfo
              extended by org.eclipse.jdt.internal.core.ASTHolderCUInfo
All Implemented Interfaces:
java.lang.Cloneable

public class ASTHolderCUInfo
extends CompilationUnitElementInfo


Field Summary
 
Fields inherited from class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
annotationNumber, sourceLength, timestamp
 
Fields inherited from class org.eclipse.jdt.internal.core.OpenableElementInfo
children, isStructureKnown
 
Constructor Summary
ASTHolderCUInfo()
           
 
Method Summary
 
Methods inherited from class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
getSourceLength, getSourceRange, setSourceLength
 
Methods inherited from class org.eclipse.jdt.internal.core.OpenableElementInfo
addChild, getChildren, isStructureKnown, removeChild, setChildren, setIsStructureKnown
 
Methods inherited from class org.eclipse.jdt.internal.core.JavaElementInfo
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTHolderCUInfo

public ASTHolderCUInfo()