Uses of Class
org.eclipse.jdt.internal.core.BinaryType

Packages that use BinaryType
org.eclipse.jdt.internal.core   
 

Uses of BinaryType in org.eclipse.jdt.internal.core
 

Subclasses of BinaryType in org.eclipse.jdt.internal.core
 class ResolvedBinaryType
          Handle representing a binary type that is resolved.
 

Fields in org.eclipse.jdt.internal.core declared as BinaryType
protected  BinaryType SourceMapper.binaryType
          The binary type source is being mapped for
protected  BinaryType ClassFile.binaryType
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type BinaryType
 char[][] SourceMapper.getImports(BinaryType type)
          Return a char[][] array containing the imports of the attached source for the binary type
 

Constructors in org.eclipse.jdt.internal.core with parameters of type BinaryType
JavadocContents(BinaryType type, java.lang.String content)