Extension SDK 10.1.2


oracle.jdeveloper.jot
Interface JotLocalClass

All Superinterfaces:
java.lang.Comparable, JotBlockElement, JotClass, JotCodeElement, 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, 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.JotBlockElement
getAsLocalClass, getAsStatement, getAsVariableDeclaration, getElementType

 


Extension SDK


 

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