org.eclipse.jdt.internal.core
Class CompilationUnitElementInfo

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
Direct Known Subclasses:
ASTHolderCUInfo

public class CompilationUnitElementInfo
extends OpenableElementInfo


Field Summary
 int annotationNumber
           
 
Constructor Summary
CompilationUnitElementInfo()
           
 
Method Summary
 int getSourceLength()
          Returns the length of the source string.
 void setSourceLength(int newSourceLength)
          Sets the length of the source string.
 
Methods inherited from class org.eclipse.jdt.internal.core.OpenableElementInfo
isStructureKnown, setIsStructureKnown
 
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
 

Field Detail

annotationNumber

public int annotationNumber
Constructor Detail

CompilationUnitElementInfo

public CompilationUnitElementInfo()
Method Detail

getSourceLength

public int getSourceLength()
Returns the length of the source string.


setSourceLength

public void setSourceLength(int newSourceLength)
Sets the length of the source string.