OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImmutableAnnotation
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableAnnotation.java
45
public class
ImmutableAnnotation
extends BaseAnnotation {
50
public
ImmutableAnnotation
(int visibility,
58
public
ImmutableAnnotation
(int visibility,
66
public static
ImmutableAnnotation
of(Annotation annotation) {
67
if (annotation instanceof
ImmutableAnnotation
) {
68
return (
ImmutableAnnotation
)annotation;
70
return new
ImmutableAnnotation
(
81
public static ImmutableSet<
ImmutableAnnotation
> immutableSetOf(@Nullable Iterable<? extends Annotation> list) {
85
private static final ImmutableConverter<
ImmutableAnnotation
, Annotation> CONVERTER =
86
new ImmutableConverter<
ImmutableAnnotation
, Annotation>()
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 269 milliseconds