Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.IBinary

Packages that use IBinary
org.eclipse.cdt.core.model   
 

Uses of IBinary in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return IBinary
 IBinary[] ICContainer.getBinaries()
          Returns the all the binaries of this container.
 IBinary[] IBinaryContainer.getBinaries()
           
 IBinary[] IArchive.getBinaries()
          Return the binaries contain in the archive.
 IBinary IBinaryElement.getBinary()
          Returns the binary object the element belongs to.
 IBinary ICContainer.getBinary(String name)
          Return the binary for this name, it must be a valid binary This is a handle-only operation.
 


Eclipse CDT
Pre-release 3.0

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