Class BytecodeAnnotationList
java.lang.Object
org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<Integer, List<LineAnnotation>> private static final com.chrisnewland.freelogj.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(int bci, LineAnnotation annotation) intvoidclear()getAnnotationsForBCI(int bci) booleanhasAnnotationsForBCI(int bci) toString()
-
Field Details
-
logger
private static final com.chrisnewland.freelogj.Logger logger -
annotationMap
-
-
Constructor Details
-
BytecodeAnnotationList
public BytecodeAnnotationList()
-
-
Method Details