com.borland.jbuilder.jot
Interface JotInnerClass

All Superinterfaces:
JotClass, JotClassSource, JotCommentable, JotMarker
All Known Subinterfaces:
JotAnonymousClass

public interface JotInnerClass
extends JotClassSource

This interface represents a top-level, member and local inner classes. For more information about inner classes, see the Inner Classes Specification.

See Also:
JotAnonymousClass

Method Summary
 JotClass getOuterClass()
          Returns the class which contains the definition for this class.
 
Methods inherited from interface com.borland.jbuilder.jot.JotClassSource
addConstructor, addField, addInitBlock, addInnerClass, addInterface, addMethod, addMethodDeclaration, getComparableLocation, getDeclaredModifiers, getDeclaringFile, removeConstructor, removeField, removeInitBlock, removeInnerClass, removeInterface, removeMethod, setModifiers, setName, setSuperclass
 
Methods inherited from interface com.borland.jbuilder.jot.JotClass
addUserData, getComponentType, getConstructor, getConstructors, getDeclaredConstructor, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredInnerClasses, getDeclaredMethod, getDeclaredMethods, getDeclaredMethods, getField, getFields, getFile, getInnerClasses, getInterfaces, getMethod, getMethods, getMethods, getModifiers, getName, getSuperclass, getType, getUserData, isArray, isAssignableFrom, isInstance, isInterface, isPrimitive, newInstance
 
Methods inherited from interface com.borland.jbuilder.jot.JotCommentable
addBlankLine, addComment, getComment, removeComment
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 

Method Detail

getOuterClass

public JotClass getOuterClass()
Returns the class which contains the definition for this class.