Klasse MemberTypeBinding


public class MemberTypeBinding extends NestedTypeBinding
  • Konstruktordetails

  • Methodendetails

    • constantPoolName

      public char[] constantPoolName()
      Beschreibung aus Klasse kopiert: ReferenceBinding
      Answer the receiver's constant pool name. NOTE: This method should only be used during/after code gen.
      Setzt außer Kraft:
      constantPoolName in Klasse ReferenceBinding
    • clone

      public TypeBinding clone(TypeBinding outerType)
      Beschreibung aus Klasse kopiert: TypeBinding
      Virtual copy constructor: a copy is made of the receiver's entire instance state and then suitably parameterized by the arguments to the clone operation as seen fit by each type. Parameters may not make sense for every type in the hierarchy, in which case they are silently ignored. A type may choose to retain a copy of the prototype for reference.
      Setzt außer Kraft:
      clone in Klasse SourceTypeBinding
    • initializeDeprecatedAnnotationTagBits

      public void initializeDeprecatedAnnotationTagBits()
      Beschreibung aus Klasse kopiert: Binding
      Compute the tag bits for @Deprecated annotations, avoiding resolving entire annotation if not necessary.
      Setzt außer Kraft:
      initializeDeprecatedAnnotationTagBits in Klasse SourceTypeBinding
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.lookup.Binding#initializeDeprecatedAnnotationTagBits()
    • updateDeprecationFromEnclosing

      public void updateDeprecationFromEnclosing()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse SourceTypeBinding
    • module

      public ModuleBinding module()
      Setzt außer Kraft:
      module in Klasse SourceTypeBinding