Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface IInheritance

All Known Subinterfaces:
IStructure, IStructureTemplate

public interface IInheritance

Place holder of the inherited class from struct or class(IStructure).


Method Summary
 org.eclipse.cdt.core.parser.ast.ASTAccessVisibility getSuperClassAccess(String name)
          Returns the super class access : ASTAccessVisibility
 String[] getSuperClassesNames()
          Return the inherited structures names.
 

Method Detail

getSuperClassesNames

String[] getSuperClassesNames()
Return the inherited structures names.


getSuperClassAccess

org.eclipse.cdt.core.parser.ast.ASTAccessVisibility getSuperClassAccess(String name)
Returns the super class access : ASTAccessVisibility


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.