Package com.code_intelligence.jazzer.mutation.annotation
package com.code_intelligence.jazzer.mutation.annotation
-
Annotation InterfacesClassDescriptionGenerates a
Stringconsisting only of ASCII characters (including control characters).Generates adoublein the specified range.Generates afloatordoublewhich is finite, that is, a number which is neither NaN nor Infinity.Generates afloatin 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-nullvalue.Generates a positive number, that is, a number > 0.An annotation that applies toStringand limits the character set of the annotated type to valid URL segment characters, as described in RFC 3986, appendix A.Provides values to user-selected mutator types to start fuzzing from.Generates an array of the specified length.An annotation that applies toStringto limit the length of the UTF-8 encoding of the string.