Klasse ParameterizedRecordComponentBinding


public class ParameterizedRecordComponentBinding extends RecordComponentBinding
Binding denoting a record component after type substitution got performed. On parameterized type bindings, all record components got substituted, regardless whether their signature did involve generics or not, so as to get the proper declaringClass for these record components.
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • constant

      public Constant constant()
      Setzt außer Kraft:
      constant in Klasse VariableBinding
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.lookup.VariableBinding#constant()
    • original

      public RecordComponentBinding original()
      Beschreibung aus Klasse kopiert: RecordComponentBinding
      Returns the original RecordComponent (as opposed to parameterized instances)
      Setzt außer Kraft:
      original in Klasse RecordComponentBinding
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.lookup.RecordComponentBinding#original()
    • setConstant

      public void setConstant(Constant constant)
      Setzt außer Kraft:
      setConstant in Klasse VariableBinding
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.lookup.VariableBinding#constant()