com.objectwave.sourceModel
Interface ClassElement
- All Known Implementing Classes:
- ClassSpec, CommentElement, CommonDef, PackageDef
- public interface ClassElement
A source code file can be broken down into elements. These elements
may contain other elements. With all of the 'elements' of a source
code file, we should be able to easily recreate this file.
You can think of a class element as the raw data found in a file.
dumpObject
public void dumpObject()
getChildElements
public ClassElement[] getChildElements()
getFullText
public java.lang.String getFullText()
getFullTextNoChild
public java.lang.String getFullTextNoChild()
hasChildElements
public boolean hasChildElements()
listEntry
public java.lang.String listEntry()
setFullText
public void setFullText(java.lang.String t)