Eclipse CDT
7.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[] IArchive.getBinaries()
          Return the binaries contain in the archive.
 IBinary[] IBinaryContainer.getBinaries()
           
 IBinary IBinaryElement.getBinary()
          Returns the binary object the element belongs to.
 IBinary ICContainer.getBinary(java.lang.String name)
          Return the binary for this name, it must be a valid binary This is a handle-only operation.
 


Eclipse CDT
7.0

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