Class SourceMapper
java.lang.Object
org.adoptopenjdk.jitwatch.model.bytecode.SourceMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddSourceClassMapping(ClassBC classBytecode) static voidclear()getClassBytecodeList(ClassBC classBytecode) private static StringgetFullyQualifiedSourceName(ClassBC classBytecode) static MemberBytecodegetMemberBytecodeForSourceLine(ClassBC classBytecode, int sourceLine) static intgetSourceLineFromBytecode(MemberBytecode memberBytecode, int bytecodeOffset)
-
Field Details
-
logger
private static final com.chrisnewland.freelogj.Logger logger -
sourceToClassMap
-
-
Constructor Details
-
SourceMapper
public SourceMapper()
-
-
Method Details
-
clear
public static void clear() -
getFullyQualifiedSourceName
-
addSourceClassMapping
-
getClassBytecodeList
-
getMemberBytecodeForSourceLine
-
getSourceLineFromBytecode
-