INNER CODE UNIT · Java

getLevel

LinShunKang/MyPerf4J · MyPerf4J-Base/src/main/java/cn/myperf4j/base/MethodTag.java:67

    public String getLevel() {
        return level;
    }

    @Override
    public String toString() {
        return "MethodTag{" +
                "simpleClassName='" + simpleClassName + '\'' +
                ", methodName='" + methodName + '\'' +
                ", methodParamDesc='" + methodParamDesc + '\'' +
                ", description='" + description + '\'' +
                ", type='" + type + '\'' +
                '}';
    }

    public static MethodTag getGeneralInstance(String fullClassName,
                                               String simpleClassName,
                                               String classLevel,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…