JavaClass
Object
DefaultElement
DefaultTreeElement
DefaultDocumentElement
DefaultSourceElement
JavaElement
JavaModifierSupport
JavaMember
JavaClass
ControlClass
IDocumentElement
, IElement
, ISourceElement
, IStructureFeature.IStructureNode
, ITreeElement
Nested Class Summary |
Nested classes from com.bea.ide.sourceeditor.element. |
|
Field Summary |
Fields from com.bea.ide.lang.java.element. |
|
Fields from com.bea.ide.lang.java.element. |
|
Fields from com.bea.ide.lang.java.element. |
|
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 boolean |
|
public boolean |
|
public static boolean |
|
Methods from com.bea.ide.lang.java.element. |
|
Methods from com.bea.ide.lang.java.element. |
|
Methods from com.bea.ide.lang.java.element. |
|
Methods from com.bea.ide.lang.java.element. |
|
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 ControlClass(Object
compilerCookie)
Method Detail |
public boolean isCallbackInterface()Determine if this is a callback interface.
public boolean isMainClass()Determine if this is the main class in the file.
public static boolean isMainClass(JavaClass
clazz)
Determine if the given class is the main class in it's unit.