oracle.jdeveloper.jot
Interface JotType
- All Superinterfaces:
- JotIdentifier
- All Known Subinterfaces:
- JotErrorType
- public interface JotType
- extends JotIdentifier
Defines the JOT representation of a class or interface. Methods defined for this class retrieve the JOT representations of the class' definition.
Method Summary |
JotClass |
getJotClass(int needs)
Retrieves the read-only JOT representation of the definition of this class or interface. |
getJotClass
public JotClass getJotClass(int needs)
- Retrieves the read-only JOT representation of the definition of this class or interface.
-
- Parameters:
needs
- whether to retrieve a JotClass
representation based on a classfile, sourcefile, or any.
- Returns:
- a read-only representation of a Java class.
- See Also:
JotManager.NEED_CLASS
, JotManager.NEED_SOURCE
, JotManager.NEED_ANY
Copyright © 1997, 2004, Oracle. All rights reserved.