Uses of Enum Class
org.adoptopenjdk.jitwatch.model.bytecode.BCAnnotationType
Packages that use BCAnnotationType
-
Uses of BCAnnotationType in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as BCAnnotationTypeFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type BCAnnotationTypeModifier and TypeFieldDescriptionprivate EnumSet<BCAnnotationType> BytecodeAnnotationBuilder.allowedAnnotationsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BCAnnotationTypeModifier and TypeMethodDescriptionLineAnnotation.getType()static BCAnnotationTypeReturns the enum constant of this class with the specified name.static BCAnnotationType[]BCAnnotationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.adoptopenjdk.jitwatch.model.bytecode with type arguments of type BCAnnotationTypeModifier and TypeMethodDescriptionBytecodeAnnotationBuilder.buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, EnumSet<BCAnnotationType> allowedAnnotations) Constructors in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BCAnnotationTypeModifierConstructorDescriptionLineAnnotation(String annotation, BCAnnotationType type) LineAnnotation(String annotation, BCAnnotationType type, Object metaData) -
Uses of BCAnnotationType in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type BCAnnotationTypeModifier and TypeMethodDescriptionstatic javafx.scene.paint.ColorUserInterfaceUtil.getColourForBytecodeAnnotation(BCAnnotationType type)