Companion
Functions
Create a new AnnotationEncodeValueMatcher from the specified number.
----------------Create a new AnnotationEncodeValueMatcher from the specified AnnotationMatcher.
----------------Create a new AnnotationEncodeValueMatcher from the specified AnnotationEncodeArrayMatcher.
----------------Create a new AnnotationEncodeValueMatcher from the specified Boolean.
----------------Create a new AnnotationEncodeValueMatcher from the specified Byte.
----------------Create a new AnnotationEncodeValueMatcher from the specified Char.
----------------Create a new AnnotationEncodeValueMatcher from the specified ClassMatcher.
----------------Create a new AnnotationEncodeValueMatcher from the specified Double. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Create a new AnnotationEncodeValueMatcher from the specified enumValue. The value of enum is a Field, so here use FieldMatcher.
Create a new AnnotationEncodeValueMatcher from the specified Float. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Create a new AnnotationEncodeValueMatcher from the specified Int.
----------------Create a new AnnotationEncodeValueMatcher from the specified Long.
----------------Create a new AnnotationEncodeValueMatcher from the specified MethodMatcher. Note: only dalvik.system type annotations contain this element.
Create a new AnnotationEncodeValueMatcher from the specified nullValue. Note: only dalvik.system type annotations contain this element.
Create a new AnnotationEncodeValueMatcher from the specified Short.
----------------Create a new AnnotationEncodeValueMatcher from the specified StringMatcher.
----------------Create a new AnnotationEncodeValueMatcher from the specified String.
----------------