public class RawTypeBinding extends ParameterizedTypeBinding
arguments, environment, fields, genericTypeSignature, memberTypes, methods, superclass, superInterfacescompoundName, fPackage, LUB_GENERIC, modifiers, sourceNameBOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, id, INT, LONG, NULL, SHORT, tagBits, VOIDANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_TYPE, LOCAL, METHOD, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_NULL_DEFAULT, NO_PARAMETERS, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, NONNULL_BY_DEFAULT, NULL_UNSPECIFIED_BY_DEFAULT, PACKAGE, PARAMETERIZED_TYPE, RAW_TYPE, TYPE, TYPE_PARAMETER, UNINITIALIZED_FIELDS, UNINITIALIZED_METHODS, UNINITIALIZED_REFERENCE_TYPES, VARIABLE, WILDCARD_TYPE| Constructor and Description |
|---|
RawTypeBinding(ReferenceBinding type,
ReferenceBinding enclosingType,
LookupEnvironment environment)
Raw type arguments are erasure of respective parameter bounds.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
computeUniqueKey(boolean isLeaf)
p.X
|
ParameterizedMethodBinding |
createParameterizedMethod(MethodBinding originalMethod) |
String |
debugName() |
char[] |
genericTypeSignature()
Ltype |
protected void |
initializeArguments() |
boolean |
isEquivalentTo(TypeBinding otherType)
Returns true if a type is identical to another one,
or for generic types, true if compared to its raw type.
|
boolean |
isProvablyDistinct(TypeBinding otherType)
Returns true if a type is provably distinct from another one,
|
int |
kind() |
char[] |
readableName()
Answer the receiver's signature.
|
char[] |
shortReadableName() |
actualType, boundCheck, canBeInstantiated, capture, collectMissingTypes, collectSubstitutes, computeId, constantPoolName, enclosingType, environment, erasure, fieldCount, fields, genericType, getAnnotationTagBits, getEnclosingInstancesSlotSize, getExactConstructor, getExactMethod, getField, getMemberType, getMethods, getOuterLocalVariablesSlotSize, hasMemberTypes, hasTypeBit, implementsMethod, isHierarchyConnected, isRawSubstitution, memberTypes, methods, problemId, qualifiedPackageName, qualifiedSourceName, signature, sourceName, substitute, superclass, superInterfaces, swapUnresolved, syntheticEnclosingInstanceTypes, syntheticOuterLocalVariables, toString, typeVariables, unResolvedFieldsapplyCloseableWhitelists, availableFields, availableMethods, binarySearch, binarySearch, canBeSeenBy, canBeSeenBy, canBeSeenBy, computeGenericTypeSignature, depth, detectAnnotationCycle, enclosingTypeAt, enumConstantCount, getAccessFlags, getAnnotations, getFileName, getMethods, getPackage, getTypeVariable, hashCode, hasIncompatibleSuperType, hasRestrictedAccess, implementsInterface, isAbstract, isAnnotationType, isBinaryBinding, isClass, isCompatibleWith, isDefault, isDeprecated, isEnum, isFinal, isHierarchyBeingActivelyConnected, isHierarchyBeingConnected, isInterface, isOrEnclosedByPrivateType, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSuperclassOf, isThrowable, isUncheckedException, isUsed, isViewedAsDeprecated, outermostEnclosingType, retrieveAnnotationHolder, setAnnotations, sortFields, sortMethodsclosestMatch, dimensions, findSuperTypeOriginatingFrom, findSuperTypeOriginatingFrom, genericCast, getErasureCompatibleType, isAnonymousType, isArrayType, isBaseType, isBoundParameterizedType, isCapture, isCompatibleWith, isGenericType, isHierarchyInconsistent, isIntersectionType, isLocalType, isMemberType, isNestedType, isNumericType, isParameterizedType, isParameterizedTypeWithActualArguments, isParameterizedWithOwnVariables, isRawType, isReifiable, isTypeArgumentContainedBy, isTypeVariable, isUnboundWildcard, isWildcard, leafComponentType, needsUncheckedConversion, original, wellKnownTypecomputeUniqueKey, initializeDeprecatedAnnotationTagBits, isParameter, isValidBinding, isVolatilepublic RawTypeBinding(ReferenceBinding type, ReferenceBinding enclosingType, LookupEnvironment environment)
public char[] computeUniqueKey(boolean isLeaf)
ReferenceBindingcomputeUniqueKey in class ParameterizedTypeBindingpublic ParameterizedMethodBinding createParameterizedMethod(MethodBinding originalMethod)
public int kind()
kind in class ParameterizedTypeBindingpublic String debugName()
debugName in class ParameterizedTypeBindingTypeBinding.debugName()public char[] genericTypeSignature()
genericTypeSignature in class ParameterizedTypeBindingpublic boolean isEquivalentTo(TypeBinding otherType)
TypeBindingisEquivalentTo in class ParameterizedTypeBindingpublic boolean isProvablyDistinct(TypeBinding otherType)
TypeBindingisProvablyDistinct in class TypeBindingprotected void initializeArguments()
initializeArguments in class ParameterizedTypeBindingpublic char[] readableName()
ReferenceBindingreadableName in class ParameterizedTypeBindingBinding.readableName()public char[] shortReadableName()
shortReadableName in class ParameterizedTypeBindingBinding.shortReadableName()Copyright © 2013. All rights reserved.