Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


javax.ide.model.java.source.tree
Interface InterfacesT

All Superinterfaces:
Tree

public interface InterfacesT
extends Tree

An interfaces clause of a type declaration. On a "class" or "enum" type, this is the "extends" clause. On an "interface" type, this is the "implements" clause.


Field Summary

 

Fields inherited from interface javax.ide.model.java.source.tree.Tree
EMPTY_ARRAY

 

Method Summary
 java.util.List getInterfaces()
          Gets the superinterface types.

 

Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty

 

Method Detail

getInterfaces

java.util.List getInterfaces()
Gets the superinterface types. Not to be confused with inner classes that are interface types. The name was chosen to be consistent with JavaType and java/lang/Class.
Returns:
The source-model declared base interfaces. May be zero-length. Will have an element for each super interface that is declared, even if the super interface cannot be found.

List of TypeReferenceTs.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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