Class MetaMethod

java.lang.Object
org.adoptopenjdk.jitwatch.model.AbstractMetaMember
org.adoptopenjdk.jitwatch.model.MetaMethod
All Implemented Interfaces:
Comparable<IMetaMember>, IMetaMember

public class MetaMethod extends AbstractMetaMember
  • Field Details

    • methodToString

      private String methodToString
  • Constructor Details

  • Method Details

    • setParamTypes

      public void setParamTypes(List<Class<?>> types)
    • setReturnType

      public void setReturnType(Class<?> returnType)
    • toString

      public String toString()
      Overrides:
      toString in class Object