Annotation Encode Array Matcher
Properties
Match type. Default is MatchType.Contains.
----------------Functions
Add a matcher.
----------------Add a annotation matcher to the array to be matched.
----------------Add a boolean to the array to be matched.
----------------Add a byte to the array to be matched.
----------------Add a class matcher to the array to be matched.
----------------Add a class to the array to be matched.
----------------Add a double to the array to be matched. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Add a enum matcher to the array to be matched.
----------------Add a float to the array to be matched. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Add a int to the array to be matched.
----------------Add a long to the array to be matched.
----------------Add a method matcher to the array to be matched. Note: only dalvik.system type annotations contain this element.
Add a EncodeNull to the array to be matched. Note: only dalvik.system type annotations contain this element.
Add a number to the array to be matched.
----------------Add a short to the array to be matched.
----------------Add a string matcher to the array to be matched.
----------------Add a string to the array to be matched.
----------------array elements count to match.
----------------array elements count to match.
----------------array elements count to match.
----------------Match type.
----------------Need to match array elements.
----------------