Klasse SyntheticFactoryMethodBinding


public class SyntheticFactoryMethodBinding extends MethodBinding
Encodes a synthetic <factory> method used for resolving a diamond constructor.
  • Konstruktordetails

  • Methodendetails

    • getConstructor

      public MethodBinding getConstructor()
    • applyTypeArgumentsOnConstructor

      public ParameterizedMethodBinding applyTypeArgumentsOnConstructor(TypeBinding[] typeArguments, TypeBinding[] constructorTypeArguments, boolean inferredWithUncheckedConversion, TypeBinding targetType)
      Apply the given type arguments on the (declaring class of the) actual constructor being represented by this factory method and if method type arguments is not empty materialize the parameterized generic constructor
      Parameter:
      targetType -