Extension SDK

oracle.jdeveloper.jot
Interface JotLocalClass

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

public interface JotLocalClass
extends JotClass, JotBlockElement

The JotLocalClass interface corresponds to a local class declared within a code block.

Since:
5.0
See Also:
"Section 14.3 of the Java Language Specification"

Field Summary
 
Fields inherited from interface oracle.jdeveloper.jot.JotBlockElement
LOCAL_CLASS_TYPE, STATEMENT_TYPE, VARIABLE_DECLARATION_TYPE
 
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, 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, setModifiers
 
Methods inherited from interface oracle.jdeveloper.jot.JotNameable
getName, setName
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent
 
Methods inherited from interface oracle.jdeveloper.jot.JotBlockElement
getAsLocalClass, getAsStatement, getAsVariableDeclaration, getElementType
 


Extension SDK

 

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