Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations
Packages that use BytecodeAnnotations
Package
Description
-
Uses of BytecodeAnnotations in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as BytecodeAnnotationsModifier and TypeFieldDescriptionprivate BytecodeAnnotationsBytecodeAnnotationBuilder.bcAnnotationsprivate BytecodeAnnotationsMemberBytecode.bytecodeAnnotationsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BytecodeAnnotationsModifier and TypeMethodDescriptionBytecodeAnnotationBuilder.buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model) BytecodeAnnotationBuilder.buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, EnumSet<BCAnnotationType> allowedAnnotations) MemberBytecode.getBytecodeAnnotations()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BytecodeAnnotationsModifier and TypeMethodDescriptionprivate voidBytecodeAnnotationBuilder.buildParseTagAnnotations(Tag parseTag, BytecodeAnnotations annotations, IParseDictionary parseDictionary) -
Uses of BytecodeAnnotations in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Methods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type BytecodeAnnotationsModifier and TypeMethodDescriptionprivate BytecodeLabelViewerBytecode.createLabel(BytecodeInstruction instruction, int maxOffset, int line, BytecodeAnnotations bcAnnotations, IMetaMember member, int lineIndex)