Class ExportedMethodKey

java.lang.Object
org.teavm.model.lowlevel.ExportedMethodKey

public class ExportedMethodKey extends Object
  • Field Details

    • functionClassName

      public final String functionClassName
    • className

      public final String className
    • methodName

      public final String methodName
  • Constructor Details

    • ExportedMethodKey

      public ExportedMethodKey(String functionClassName, String className, String methodName)
  • Method Details