Annotation Element Matcher
Properties
Functions
Match the annotation element value as the specified AnnotationMatcher.
----------------Match the annotation element value as the specified AnnotationEncodeArrayMatcher.
----------------Match the annotation element value as the specified Boolean.
----------------Match the annotation element value as the specified Byte.
----------------Match the annotation element value as the specified ClassMatcher.
----------------Match the annotation element value as the specified Class.
----------------Match the annotation element value as the specified Double. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Match the annotation element value as the specified FieldMatcher.
----------------Match the annotation element value as the specified Float. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Match the annotation element value as the specified Int.
----------------Match the annotation element value as the specified Long.
----------------Match the annotation element value as the specified MethodMatcher. Note: only dalvik.system type annotations contain this element.
Annotation element name to match.
----------------Create nullValue matcher. Note: only dalvik.system type annotations contain this element.
Match the annotation element value as the specified Number.
----------------Match the annotation element value as the specified Short.
----------------Match the annotation element value as the specified StringMatcher.
----------------Match the annotation element value as the specified String.
----------------Annotation element value to match.
----------------