| java.lang.Object tide.bytecode.asm.ASMethod
ASMethod | final public class ASMethod (Code) | | Used both for methods annotated with MustOverride (in the detection phase)
and the methods overriding or missing to call super.
Also used in the RecurseChecker
|
begLine | public int begLine(Code) | | |
callsOverridedMethod | public boolean callsOverridedMethod(Code) | | |
callsRecursively | public boolean callsRecursively(Code) | | |
classJavaNamesourceName | final public String classJavaNamesourceName(Code) | | |
isCalledInSubclass | public boolean isCalledInSubclass(Code) | | |
issuePriority | public int issuePriority(Code) | | |
getSignature | final public String getSignature(boolean withFullClassName)(Code) | | |
|
|