Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.BCAnnotationType
-
Packages that use BCAnnotationType Package Description org.adoptopenjdk.jitwatch.model.bytecode org.adoptopenjdk.jitwatch.util -
-
Uses of BCAnnotationType in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as BCAnnotationType Modifier and Type Field Description private BCAnnotationTypeLineAnnotation. typeFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type BCAnnotationType Modifier and Type Field Description private java.util.EnumSet<BCAnnotationType>BytecodeAnnotationBuilder. allowedAnnotationsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BCAnnotationType Modifier and Type Method Description BCAnnotationTypeLineAnnotation. getType()static BCAnnotationTypeBCAnnotationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BCAnnotationType[]BCAnnotationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.adoptopenjdk.jitwatch.model.bytecode with type arguments of type BCAnnotationType Modifier and Type Method Description BytecodeAnnotationsBytecodeAnnotationBuilder. buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, java.util.EnumSet<BCAnnotationType> allowedAnnotations)Constructors in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BCAnnotationType Constructor Description LineAnnotation(java.lang.String annotation, BCAnnotationType type)LineAnnotation(java.lang.String annotation, BCAnnotationType type, java.lang.Object metaData) -
Uses of BCAnnotationType in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type BCAnnotationType Modifier and Type Method Description static javafx.scene.paint.ColorUserInterfaceUtil. getColourForBytecodeAnnotation(BCAnnotationType type)
-