Java Doc for ReferenceBinding.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » internal » compiler » lookup » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » jdt » org.eclipse.jdt.internal.compiler.lookup 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.jdt.internal.compiler.lookup.Binding
      org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding

All known Subclasses:   org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding,  org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding,  org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding,  org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding,  org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding,  org.eclipse.jdt.internal.compiler.lookup.WildcardBinding,  org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding,
ReferenceBinding
abstract public class ReferenceBinding extends TypeBinding implements IDependent(Code)


Field Summary
public static  ReferenceBindingLUB_GENERIC
    
public  char[][]compoundName
    
 char[]constantPoolName
    
public  PackageBindingfPackage
    
 char[]fileName
    
public  intmodifiers
    
 char[]signature
    
public  char[]sourceName
    


Method Summary
public  FieldBinding[]availableFields()
    
public  MethodBinding[]availableMethods()
    
public static  FieldBindingbinarySearch(char[] name, FieldBinding[] sortedFields)
    
public static  longbinarySearch(char[] selector, MethodBinding[] sortedMethods)
     Returns a combined range value representing: (start + (end<<32)), where start is the index of the first matching method (remember methods are sorted alphabetically on selectors), and end is the index of last contiguous methods with same selector.
public  booleancanBeInstantiated()
    
final public  booleancanBeSeenBy(PackageBinding invocationPackage)
    
final public  booleancanBeSeenBy(ReferenceBinding receiverType, ReferenceBinding invocationType)
    
final public  booleancanBeSeenBy(Scope scope)
    
public  ReferenceBindingclosestMatch()
     In case of problems, returns the closest match found.
static  intcompare(char[] str1, char[] str2, int len1, int len2)
     Compares two strings lexicographically.
public  char[]computeGenericTypeSignature(TypeVariableBinding[] typeVariables)
    
public  voidcomputeId()
    
public  char[]computeUniqueKey(boolean isLeaf)
    
public  char[]constantPoolName()
    
public  StringdebugName()
    
final public  intdepth()
    
public  booleandetectAnnotationCycle()
    
final public  ReferenceBindingenclosingTypeAt(int relativeDepth)
    
public  intenumConstantCount()
    
public  intfieldCount()
    
public  FieldBinding[]fields()
    
final public  intgetAccessFlags()
    
public  longgetAnnotationTagBits()
    
public  AnnotationBinding[]getAnnotations()
    
public  MethodBindinggetExactConstructor(TypeBinding[] argumentTypes)
    
public  MethodBindinggetExactMethod(char[] selector, TypeBinding[] argumentTypes, CompilationUnitScope refScope)
    
public  FieldBindinggetField(char[] fieldName, boolean needResolve)
    
public  char[]getFileName()
    
public  ReferenceBindinggetMemberType(char[] typeName)
    
public  MethodBinding[]getMethods(char[] selector)
    
public  PackageBindinggetPackage()
    
public  TypeVariableBindinggetTypeVariable(char[] variableName)
    
public  booleanhasIncompatibleSuperType(ReferenceBinding otherType)
     Returns true if the two types have an incompatible common supertype, e.g.
public  booleanhasMemberTypes()
    
final public  booleanhasRestrictedAccess()
    
public  inthashCode()
    
public  booleanimplementsInterface(ReferenceBinding anInterface, boolean searchHierarchy)
     Answer true if the receiver implements anInterface or is identical to anInterface.
 booleanimplementsMethod(MethodBinding method)
    
final public  booleanisAbstract()
    
public  booleanisAnnotationType()
    
final public  booleanisBinaryBinding()
    
public  booleanisClass()
    
public  booleanisCompatibleWith(TypeBinding otherType)
    
final public  booleanisDefault()
    
final public  booleanisDeprecated()
    
public  booleanisEnum()
    
final public  booleanisFinal()
    
public  booleanisHierarchyBeingConnected()
    
public  booleanisInterface()
    
final public  booleanisPrivate()
    
final public  booleanisProtected()
    
final public  booleanisPublic()
    
final public  booleanisStatic()
    
final public  booleanisStrictfp()
    
public  booleanisSuperclassOf(ReferenceBinding otherType)
    
public  booleanisThrowable()
    
public  booleanisUncheckedException(boolean includeSupertype)
     JLS 11.5 ensures that Throwable, Exception, RuntimeException and Error are directly connected. (Throwable<- Exception <- RumtimeException, Throwable <- Error).
final public  booleanisUsed()
    
final public  booleanisViewedAsDeprecated()
    
public  ReferenceBinding[]memberTypes()
    
public  MethodBinding[]methods()
    
final public  ReferenceBindingoutermostEnclosingType()
    
public  char[]qualifiedSourceName()
     Answer the source name for the type.
public  char[]readableName()
    
public  AnnotationHolderretrieveAnnotationHolder(Binding binding, boolean forceInitialization)
    
 AnnotationBinding[]retrieveAnnotations(Binding binding)
    
public  voidsetAnnotations(AnnotationBinding[] annotations)
    
public  char[]shortReadableName()
    
public  char[]signature()
    
public static  voidsortFields(FieldBinding[] sortedFields, int left, int right)
    
public static  voidsortMethods(MethodBinding[] sortedMethods, int left, int right)
    
public  char[]sourceName()
    
 voidstoreAnnotationHolder(Binding binding, AnnotationHolder holder)
    
 voidstoreAnnotations(Binding binding, AnnotationBinding[] annotations)
    
 SimpleLookupTablestoredAnnotations(boolean forceInitialize)
    
public  ReferenceBinding[]superInterfaces()
    
public  ReferenceBindingsuperclass()
    
public  ReferenceBinding[]syntheticEnclosingInstanceTypes()
    
public  SyntheticArgumentBinding[]syntheticOuterLocalVariables()
    
 MethodBinding[]unResolvedMethods()
    

Field Detail
LUB_GENERIC
public static ReferenceBinding LUB_GENERIC(Code)



compoundName
public char[][] compoundName(Code)



constantPoolName
char[] constantPoolName(Code)



fPackage
public PackageBinding fPackage(Code)



fileName
char[] fileName(Code)



modifiers
public int modifiers(Code)



signature
char[] signature(Code)



sourceName
public char[] sourceName(Code)





Method Detail
availableFields
public FieldBinding[] availableFields()(Code)
Return the array of resolvable fields (resilience)



availableMethods
public MethodBinding[] availableMethods()(Code)
Return the array of resolvable methods (resilience)



binarySearch
public static FieldBinding binarySearch(char[] name, FieldBinding[] sortedFields)(Code)



binarySearch
public static long binarySearch(char[] selector, MethodBinding[] sortedMethods)(Code)
Returns a combined range value representing: (start + (end<<32)), where start is the index of the first matching method (remember methods are sorted alphabetically on selectors), and end is the index of last contiguous methods with same selector. -1 means no method got found
Parameters:
  selector -
Parameters:
  sortedMethods - (start + (end<<32)) or -1 if no method found



canBeInstantiated
public boolean canBeInstantiated()(Code)



canBeSeenBy
final public boolean canBeSeenBy(PackageBinding invocationPackage)(Code)



canBeSeenBy
final public boolean canBeSeenBy(ReferenceBinding receiverType, ReferenceBinding invocationType)(Code)



canBeSeenBy
final public boolean canBeSeenBy(Scope scope)(Code)



closestMatch
public ReferenceBinding closestMatch()(Code)
In case of problems, returns the closest match found. It may not be perfect match, but the result of a best effort to improve fault-tolerance.



compare
static int compare(char[] str1, char[] str2, int len1, int len2)(Code)
Compares two strings lexicographically. The comparison is based on the Unicode value of each character in the strings. the value 0 if the str1 is equal to str2;a value less than 0 if str1is lexicographically less than str2;and a value greater than 0 if str1 islexicographically greater than str2.



computeGenericTypeSignature
public char[] computeGenericTypeSignature(TypeVariableBinding[] typeVariables)(Code)



computeId
public void computeId()(Code)



computeUniqueKey
public char[] computeUniqueKey(boolean isLeaf)(Code)



constantPoolName
public char[] constantPoolName()(Code)



debugName
public String debugName()(Code)



depth
final public int depth()(Code)



detectAnnotationCycle
public boolean detectAnnotationCycle()(Code)



enclosingTypeAt
final public ReferenceBinding enclosingTypeAt(int relativeDepth)(Code)



enumConstantCount
public int enumConstantCount()(Code)



fieldCount
public int fieldCount()(Code)



fields
public FieldBinding[] fields()(Code)



getAccessFlags
final public int getAccessFlags()(Code)



getAnnotationTagBits
public long getAnnotationTagBits()(Code)

See Also:   org.eclipse.jdt.internal.compiler.lookup.Binding.getAnnotationTagBits



getAnnotations
public AnnotationBinding[] getAnnotations()(Code)
the JSR 175 annotations for this type.



getExactConstructor
public MethodBinding getExactConstructor(TypeBinding[] argumentTypes)(Code)



getExactMethod
public MethodBinding getExactMethod(char[] selector, TypeBinding[] argumentTypes, CompilationUnitScope refScope)(Code)



getField
public FieldBinding getField(char[] fieldName, boolean needResolve)(Code)



getFileName
public char[] getFileName()(Code)

See Also:   org.eclipse.jdt.internal.compiler.env.IDependent.getFileName



getMemberType
public ReferenceBinding getMemberType(char[] typeName)(Code)



getMethods
public MethodBinding[] getMethods(char[] selector)(Code)



getPackage
public PackageBinding getPackage()(Code)



getTypeVariable
public TypeVariableBinding getTypeVariable(char[] variableName)(Code)



hasIncompatibleSuperType
public boolean hasIncompatibleSuperType(ReferenceBinding otherType)(Code)
Returns true if the two types have an incompatible common supertype, e.g. List and List



hasMemberTypes
public boolean hasMemberTypes()(Code)



hasRestrictedAccess
final public boolean hasRestrictedAccess()(Code)



hashCode
public int hashCode()(Code)



implementsInterface
public boolean implementsInterface(ReferenceBinding anInterface, boolean searchHierarchy)(Code)
Answer true if the receiver implements anInterface or is identical to anInterface. If searchHierarchy is true, then also search the receiver's superclasses. NOTE: Assume that anInterface is an interface.



implementsMethod
boolean implementsMethod(MethodBinding method)(Code)



isAbstract
final public boolean isAbstract()(Code)
Answer true if the receiver is an abstract type



isAnnotationType
public boolean isAnnotationType()(Code)



isBinaryBinding
final public boolean isBinaryBinding()(Code)



isClass
public boolean isClass()(Code)



isCompatibleWith
public boolean isCompatibleWith(TypeBinding otherType)(Code)
Answer true if the receiver type can be assigned to the argument type (right) In addition to improving performance, caching also ensures there is no infinite regression since per nature, the compatibility check is recursive through parameterized type arguments (122775)



isDefault
final public boolean isDefault()(Code)
Answer true if the receiver has default visibility



isDeprecated
final public boolean isDeprecated()(Code)
Answer true if the receiver is a deprecated type



isEnum
public boolean isEnum()(Code)



isFinal
final public boolean isFinal()(Code)
Answer true if the receiver is final and cannot be subclassed



isHierarchyBeingConnected
public boolean isHierarchyBeingConnected()(Code)
Returns true if the type hierarchy is being connected



isInterface
public boolean isInterface()(Code)



isPrivate
final public boolean isPrivate()(Code)
Answer true if the receiver has private visibility



isProtected
final public boolean isProtected()(Code)
Answer true if the receiver has protected visibility



isPublic
final public boolean isPublic()(Code)
Answer true if the receiver has public visibility



isStatic
final public boolean isStatic()(Code)
Answer true if the receiver is a static member type (or toplevel)



isStrictfp
final public boolean isStrictfp()(Code)
Answer true if all float operations must adher to IEEE 754 float/double rules



isSuperclassOf
public boolean isSuperclassOf(ReferenceBinding otherType)(Code)
Answer true if the receiver is in the superclass hierarchy of aType NOTE: Object.isSuperclassOf(Object) -> false



isThrowable
public boolean isThrowable()(Code)

See Also:   org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isThrowable



isUncheckedException
public boolean isUncheckedException(boolean includeSupertype)(Code)
JLS 11.5 ensures that Throwable, Exception, RuntimeException and Error are directly connected. (Throwable<- Exception <- RumtimeException, Throwable <- Error). Thus no need to check #isCompatibleWith but rather check in type IDs so as to avoid some eager class loading for JCL writers. When 'includeSupertype' is true, answers true if the given type can be a supertype of some unchecked exception type (i.e. Throwable or Exception).
See Also:   org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUncheckedException(boolean)



isUsed
final public boolean isUsed()(Code)
Answer true if the receiver has private visibility and is used locally



isViewedAsDeprecated
final public boolean isViewedAsDeprecated()(Code)



memberTypes
public ReferenceBinding[] memberTypes()(Code)



methods
public MethodBinding[] methods()(Code)



outermostEnclosingType
final public ReferenceBinding outermostEnclosingType()(Code)



qualifiedSourceName
public char[] qualifiedSourceName()(Code)
Answer the source name for the type. In the case of member types, as the qualified name from its top level type. For example, for a member type N defined inside M & A: "A.M.N".



readableName
public char[] readableName()(Code)



retrieveAnnotationHolder
public AnnotationHolder retrieveAnnotationHolder(Binding binding, boolean forceInitialization)(Code)



retrieveAnnotations
AnnotationBinding[] retrieveAnnotations(Binding binding)(Code)



setAnnotations
public void setAnnotations(AnnotationBinding[] annotations)(Code)



shortReadableName
public char[] shortReadableName()(Code)



signature
public char[] signature()(Code)



sortFields
public static void sortFields(FieldBinding[] sortedFields, int left, int right)(Code)
Sort the field array using a quicksort



sortMethods
public static void sortMethods(MethodBinding[] sortedMethods, int left, int right)(Code)
Sort the field array using a quicksort



sourceName
public char[] sourceName()(Code)



storeAnnotationHolder
void storeAnnotationHolder(Binding binding, AnnotationHolder holder)(Code)



storeAnnotations
void storeAnnotations(Binding binding, AnnotationBinding[] annotations)(Code)



storedAnnotations
SimpleLookupTable storedAnnotations(boolean forceInitialize)(Code)



superInterfaces
public ReferenceBinding[] superInterfaces()(Code)



superclass
public ReferenceBinding superclass()(Code)



syntheticEnclosingInstanceTypes
public ReferenceBinding[] syntheticEnclosingInstanceTypes()(Code)



syntheticOuterLocalVariables
public SyntheticArgumentBinding[] syntheticOuterLocalVariables()(Code)



unResolvedMethods
MethodBinding[] unResolvedMethods()(Code)



Fields inherited from org.eclipse.jdt.internal.compiler.lookup.TypeBinding
final public static BaseTypeBinding BOOLEAN(Code)(Java Doc)
final public static BaseTypeBinding BYTE(Code)(Java Doc)
final public static BaseTypeBinding CHAR(Code)(Java Doc)
final public static BaseTypeBinding DOUBLE(Code)(Java Doc)
final public static BaseTypeBinding FLOAT(Code)(Java Doc)
final public static BaseTypeBinding INT(Code)(Java Doc)
final public static BaseTypeBinding LONG(Code)(Java Doc)
final public static BaseTypeBinding NULL(Code)(Java Doc)
final public static BaseTypeBinding SHORT(Code)(Java Doc)
final public static BaseTypeBinding VOID(Code)(Java Doc)
public int id(Code)(Java Doc)
public long tagBits(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.internal.compiler.lookup.TypeBinding
public boolean canBeInstantiated()(Code)(Java Doc)
public TypeBinding capture(Scope scope, int position)(Code)(Java Doc)
public void collectSubstitutes(Scope scope, TypeBinding actualType, InferenceContext inferenceContext, int constraint)(Code)(Java Doc)
abstract public char[] constantPoolName()(Code)(Java Doc)
public String debugName()(Code)(Java Doc)
public int dimensions()(Code)(Java Doc)
public ReferenceBinding enclosingType()(Code)(Java Doc)
public TypeBinding erasure()(Code)(Java Doc)
public ReferenceBinding findSuperTypeErasingTo(int wellKnownErasureID, boolean erasureIsClass)(Code)(Java Doc)
public TypeBinding findSuperTypeWithSameErasure(TypeBinding otherType)(Code)(Java Doc)
public TypeBinding genericCast(TypeBinding otherType)(Code)(Java Doc)
public char[] genericTypeSignature()(Code)(Java Doc)
abstract public PackageBinding getPackage()(Code)(Java Doc)
public boolean isAnnotationType()(Code)(Java Doc)
final public boolean isAnonymousType()(Code)(Java Doc)
final public boolean isArrayType()(Code)(Java Doc)
final public boolean isBaseType()(Code)(Java Doc)
public boolean isBoundParameterizedType()(Code)(Java Doc)
public boolean isCapture()(Code)(Java Doc)
public boolean isClass()(Code)(Java Doc)
abstract public boolean isCompatibleWith(TypeBinding right)(Code)(Java Doc)
public boolean isEnum()(Code)(Java Doc)
public boolean isEquivalentTo(TypeBinding otherType)(Code)(Java Doc)
public boolean isGenericType()(Code)(Java Doc)
final public boolean isHierarchyInconsistent()(Code)(Java Doc)
public boolean isInterface()(Code)(Java Doc)
public boolean isIntersectingWith(TypeBinding otherType)(Code)(Java Doc)
public boolean isIntersectionType()(Code)(Java Doc)
final public boolean isLocalType()(Code)(Java Doc)
final public boolean isMemberType()(Code)(Java Doc)
final public boolean isNestedType()(Code)(Java Doc)
final public boolean isNumericType()(Code)(Java Doc)
public boolean isParameterizedType()(Code)(Java Doc)
public boolean isParameterizedWithOwnVariables()(Code)(Java Doc)
public boolean isProvablyDistinctFrom(TypeBinding otherType, int depth)(Code)(Java Doc)
public boolean isRawType()(Code)(Java Doc)
public boolean isReifiable()(Code)(Java Doc)
public boolean isThrowable()(Code)(Java Doc)
public boolean isTypeArgumentContainedBy(TypeBinding otherType)(Code)(Java Doc)
public boolean isTypeArgumentIntersecting(TypeBinding otherArgument)(Code)(Java Doc)
public boolean isTypeVariable()(Code)(Java Doc)
public boolean isUnboundWildcard()(Code)(Java Doc)
public boolean isUncheckedException(boolean includeSupertype)(Code)(Java Doc)
public boolean isWildcard()(Code)(Java Doc)
public int kind()(Code)(Java Doc)
public TypeBinding leafComponentType()(Code)(Java Doc)
public boolean needsUncheckedConversion(TypeBinding targetType)(Code)(Java Doc)
public char[] qualifiedPackageName()(Code)(Java Doc)
abstract public char[] qualifiedSourceName()(Code)(Java Doc)
public char[] signature()(Code)(Java Doc)
abstract public char[] sourceName()(Code)(Java Doc)
public void swapUnresolved(UnresolvedReferenceBinding unresolvedType, ReferenceBinding resolvedType, LookupEnvironment environment)(Code)(Java Doc)
public TypeVariableBinding[] typeVariables()(Code)(Java Doc)
final public static TypeBinding wellKnownType(Scope scope, int id)(Code)(Java Doc)

Fields inherited from org.eclipse.jdt.internal.compiler.lookup.Binding
final public static ReferenceBinding[] ANY_EXCEPTION(Code)(Java Doc)
final public static int ARRAY_TYPE(Code)(Java Doc)
final public static int BASE_TYPE(Code)(Java Doc)
final public static int FIELD(Code)(Java Doc)
final public static int GENERIC_TYPE(Code)(Java Doc)
final public static int IMPORT(Code)(Java Doc)
final public static int LOCAL(Code)(Java Doc)
final public static int METHOD(Code)(Java Doc)
final public static AnnotationBinding[] NO_ANNOTATIONS(Code)(Java Doc)
final public static ElementValuePair[] NO_ELEMENT_VALUE_PAIRS(Code)(Java Doc)
final public static ReferenceBinding[] NO_EXCEPTIONS(Code)(Java Doc)
final public static FieldBinding[] NO_FIELDS(Code)(Java Doc)
final public static ReferenceBinding[] NO_MEMBER_TYPES(Code)(Java Doc)
final public static MethodBinding[] NO_METHODS(Code)(Java Doc)
final public static TypeBinding[] NO_PARAMETERS(Code)(Java Doc)
final public static ReferenceBinding[] NO_SUPERINTERFACES(Code)(Java Doc)
final public static TypeBinding[] NO_TYPES(Code)(Java Doc)
final public static TypeVariableBinding[] NO_TYPE_VARIABLES(Code)(Java Doc)
final public static int PACKAGE(Code)(Java Doc)
final public static int PARAMETERIZED_TYPE(Code)(Java Doc)
final public static int RAW_TYPE(Code)(Java Doc)
final public static int TYPE(Code)(Java Doc)
final public static int TYPE_PARAMETER(Code)(Java Doc)
final public static int VARIABLE(Code)(Java Doc)
final public static int WILDCARD_TYPE(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.internal.compiler.lookup.Binding
public char[] computeUniqueKey()(Code)(Java Doc)
public char[] computeUniqueKey(boolean isLeaf)(Code)(Java Doc)
public long getAnnotationTagBits()(Code)(Java Doc)
public void initializeDeprecatedAnnotationTagBits()(Code)(Java Doc)
final public boolean isValidBinding()(Code)(Java Doc)
abstract public int kind()(Code)(Java Doc)
public int problemId()(Code)(Java Doc)
abstract public char[] readableName()(Code)(Java Doc)
public char[] shortReadableName()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.