Class ImportSyntheticFunctionName


class ImportSyntheticFunctionName extends SyntheticFunctionName
Synthetic/dynamic method based on import annotation.
  • Field Details

  • Constructor Details

    • ImportSyntheticFunctionName

      ImportSyntheticFunctionName(String className, String name, String signature, Function<String,Object> importAnannotation)
      create a new instance
      Parameters:
      className - the Java class name
      name - the function name
      signature - the method signature, first the parameters, then null and the the return types
      importAnannotation - the annotations
  • Method Details