Package com.code_intelligence.jazzer.mutation.annotation


package com.code_intelligence.jazzer.mutation.annotation
  • Annotation Interfaces
    Class
    Description
    Generates a String consisting only of ASCII characters (including control characters).
    Generates a double in the specified range.
    Generates a float or double which is finite, that is, a number which is neither NaN nor Infinity.
    Generates a float in the specified range.
    Generates an integral number in the specified range.
    Generates a negative number, that is, a number < 0.
    Generates a non-negative number, that is, a number >= 0.
    Generates a non-positive number, that is, a number <= 0.
    Generates a not-null value.
    Generates a positive number, that is, a number > 0.
    An annotation that applies to String and limits the character set of the annotated type to valid URL segment characters, as described in RFC 3986, appendix A.
    Generates an array of the specified length.
    Generates a List or Map with the specified size.
    An annotation that applies to String to limit the length of the UTF-8 encoding of the string.