Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotFileElement

Packages that use JotFileElement
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotFileElement in oracle.jdeveloper.jot
 

Subinterfaces of JotFileElement in oracle.jdeveloper.jot
 interface JotAnonymousClass
          The JotAnonymousClass interface represents an anonymous class declaration.
 interface JotClass
          The JotClass interface represents the JOT model for a Java class.
 interface JotImport
          The JotImport interface represents an import declaration in a Java source file.
 interface JotInnerClass
          The JotInnerClass interface represents a class or interface that is nested within an outer class or interface.
 interface JotLocalClass
          The JotLocalClass interface corresponds to a local class declared within a code block.
 interface JotPackageStatement
          JotPackageStatement represents the package statement in a JotFile representing source.
 

Methods in oracle.jdeveloper.jot with parameters of type JotFileElement
 void JotFile.addComment(JotFileElement elem, boolean before, JotComment comment)
          Adds a comment to this file.
 JotComment JotFile.getComment(JotFileElement elem, boolean before)
          Retrieves the nearest comment to an element.
 void JotFile.addBlankLine(JotFileElement elem, boolean before)
          Adds a blank line to this file.
 


Extension SDK

 

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