DefaultSourceElement
Object
DefaultElement
DefaultTreeElement
DefaultDocumentElement
DefaultSourceElement
JavaElement
IDocumentElement
, IElement
, ISourceElement
, IStructureFeature.IStructureNode
, ITreeElement
JavaComment
, JavaDocAttribute
, JavaDocTag
, JavaImport
, JavaModifierSupport
, JavaPackage
, JavaUnit
Nested Class Summary |
Nested classes from com.bea.ide.sourceeditor.element. |
|
Field Summary |
Fields from com.bea.ide.sourceeditor.element. |
|
Fields from com.bea.ide.element. |
|
Fields from interface com.bea.ide.sourceeditor.element. |
|
Constructor Summary |
|
Method Summary |
public abstract |
|
Methods from com.bea.ide.document. |
|
Methods from com.bea.ide.element. |
|
Methods from com.bea.ide.element. |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.ide.document. |
|
Methods from interface com.bea.ide.element. |
|
Methods from interface com.bea.ide.sourceeditor.element. |
|
Methods from interface com.bea.compiler.feature. |
getCookie, getTypeCode |
Methods from interface com.bea.ide.element. |
|
Constructor Detail |
public JavaElement(Object
structureNodeCookie)
ILanguageBuilder
implementations.
Method Detail |
public abstractProvides visitor support for JavaElement objects. SeeObject
visit(JavaVisitor
visitor,Object
args)
JavaVisitor
for more information.