Uses of Interface
org.eclipse.jdt.internal.compiler.env.IBinaryNestedType

Packages that use IBinaryNestedType
org.eclipse.jdt.internal.compiler.classfmt   
org.eclipse.jdt.internal.compiler.env   
 

Uses of IBinaryNestedType in org.eclipse.jdt.internal.compiler.classfmt
 

Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryNestedType
 class InnerClassInfo
          Describes one entry in the classes table of the InnerClasses attribute.
 

Methods in org.eclipse.jdt.internal.compiler.classfmt that return IBinaryNestedType
 IBinaryNestedType[] ClassFileReader.getMemberTypes()
          Answer the receiver's nested types or null if the array is empty.
 

Uses of IBinaryNestedType in org.eclipse.jdt.internal.compiler.env
 

Fields in org.eclipse.jdt.internal.compiler.env declared as IBinaryNestedType
static IBinaryNestedType[] IBinaryType.NoNestedType
           
 

Methods in org.eclipse.jdt.internal.compiler.env that return IBinaryNestedType
 IBinaryNestedType[] IBinaryType.getMemberTypes()
          Answer the receiver's nested types or null if the array is empty.