|
|
|
|
Uses of Interface org.eclipse.jdt.core.dom.IBinding
Subinterfaces of
IBinding in
org.eclipse.jdt.core.dom
|
interface
|
IAnnotationBinding
Represents a resolved annotation. |
interface
|
IMemberValuePairBinding
Represents a resolved instance of an annotation's member value pair. |
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 fully-resolved 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). |
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|