Class Reference.Method
- java.lang.Object
-
- io.opentelemetry.javaagent.tooling.muzzle.Reference.Method
-
-
Constructor Summary
Constructors Constructor Description Method(Reference.Source[] sources, Reference.Flag[] flags, String name, net.bytebuddy.jar.asm.Type returnType, net.bytebuddy.jar.asm.Type[] parameterTypes)Method(String name, String descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescriptor()Set<Reference.Flag>getFlags()StringgetName()List<net.bytebuddy.jar.asm.Type>getParameterTypes()net.bytebuddy.jar.asm.TypegetReturnType()Set<Reference.Source>getSources()inthashCode()Reference.Methodmerge(Reference.Method anotherMethod)StringtoString()
-
-
-
Constructor Detail
-
Method
public Method(Reference.Source[] sources, Reference.Flag[] flags, String name, net.bytebuddy.jar.asm.Type returnType, net.bytebuddy.jar.asm.Type[] parameterTypes)
-
-
Method Detail
-
getSources
public Set<Reference.Source> getSources()
-
getFlags
public Set<Reference.Flag> getFlags()
-
getName
public String getName()
-
getReturnType
public net.bytebuddy.jar.asm.Type getReturnType()
-
getParameterTypes
public List<net.bytebuddy.jar.asm.Type> getParameterTypes()
-
merge
public Reference.Method merge(Reference.Method anotherMethod)
-
getDescriptor
public String getDescriptor()
-
-