Extension SDK 10.1.2


oracle.jdeveloper.jot
Interface JotInnerClass

All Superinterfaces:
java.lang.Comparable, JotClass, JotCodeElement, JotElement, JotFileElement, JotHasModifiers, JotMember, JotNameable

public interface JotInnerClass
extends JotClass, JotMember

The JotInnerClass interface represents a class or interface that is nested within an outer class or interface.

Since:
5.0

Methods inherited from interface oracle.jdeveloper.jot.JotClass
addBlankLine, addComment, addConstructor, addField, addInitializer, addInnerClass, addInterface, addMethod, convertMemberToComment, createComment, getComment, getComments, getComponentType, getConstructor, getConstructors, getDeclaredConstructor, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredInitializers, getDeclaredInnerClasses, getDeclaredMethod, getDeclaredMethods, getDeclaredMethods, getDeclaringClass, getDocComment, getField, getFields, getFile, getInnerClasses, getInterfaces, getMethod, getMethods, getMethods, getPackage, getSuperclass, getType, isArray, isAssignableFrom, isDeprecated, isHidden, isInterface, isPrimitive, isSource, removeComment, removeConstructor, removeField, removeInitializer, removeInnerClass, removeInterface, removeMethod, setDocComment, setIsInterface, setSuperclass

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers
getModifiers, getModifierText, setModifiers, setModifierText

 

Methods inherited from interface oracle.jdeveloper.jot.JotNameable
getName, setName

 

Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, setLeftWhitespace, setRightWhitespace

 

Methods inherited from interface oracle.jdeveloper.jot.JotElement
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent

 

Methods inherited from interface oracle.jdeveloper.jot.JotMember
getDeclaringClass, isDeprecated, isHidden

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.