Eclipse JDT
2.0

Uses of Interface
org.eclipse.jdt.core.dom.IBinding

Packages that use IBinding
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model Java program as a structured document. 
 

Uses of IBinding in org.eclipse.jdt.core.dom
 

Subinterfaces of IBinding in org.eclipse.jdt.core.dom
 interface IMethodBinding
          A method binding represents a method or constructor of a class or interface.
 interface IPackageBinding
          A package binding represents a named or unnamed package.
 interface ITypeBinding
          A type binding represents a class type, interface type, array type, a primitive type (including the special return type void), or the null type.
 interface IVariableBinding
          A variable binding represents either a field of a class or interface, or a local variable declaration (including formal parameters, local variables, and exception variables).
 


Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.