Alle implementierten Schnittstellen:
Substitution

public class RawTypeBinding extends ParameterizedTypeBinding
Denote a raw type, i.e. a generic type referenced without any type arguments. e.g. X can be used a raw type 'X', in which case it will behave as X
  • Konstruktordetails

    • RawTypeBinding

      public RawTypeBinding(ReferenceBinding type, ReferenceBinding enclosingType, LookupEnvironment environment)
      Raw type arguments are erasure of respective parameter bounds. But we may not have resolved these bounds yet if creating raw types while supertype hierarchies are being connected. Therefore, use 'null' instead, and access these in a lazy way later on (when substituting).
  • Methodendetails