Uses of Class
org.adoptopenjdk.jitwatch.model.AnnotationException
-
Packages that use AnnotationException Package Description org.adoptopenjdk.jitwatch.model.bytecode -
-
Uses of AnnotationException in org.adoptopenjdk.jitwatch.model.bytecode
Methods in org.adoptopenjdk.jitwatch.model.bytecode that throw AnnotationException Modifier and Type Method Description BytecodeAnnotationsBytecodeAnnotationBuilder. buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model)BytecodeAnnotationsBytecodeAnnotationBuilder. buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, java.util.EnumSet<BCAnnotationType> allowedAnnotations)private voidBytecodeAnnotationBuilder. buildParseTagAnnotations(Tag parseTag, BytecodeAnnotations annotations, IParseDictionary parseDictionary)
-