public class ClassMethod
extends java.lang.Object
| Constructor and Description |
|---|
ClassMethod(@NotNull java.lang.String signature,
@Nullable CoverageStatus status) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CoverageStatus |
getCoverage()
Returns method coverage, or null.
|
java.lang.String |
getSignature()
Returns method signature
|
public ClassMethod(@NotNull
@NotNull java.lang.String signature,
@Nullable
@Nullable CoverageStatus status)
public java.lang.String getSignature()
@Nullable public @Nullable CoverageStatus getCoverage()