|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.file.ParameterAnnotationStruct
public final class ParameterAnnotationStruct
Association of a method and its parameter annotations.
| Constructor Summary | |
|---|---|
ParameterAnnotationStruct(CstMethodRef method,
AnnotationsList annotationsList)
Constructs an instance. |
|
| Method Summary | |
|---|---|
void |
addContents(DexFile file)
|
int |
compareTo(ParameterAnnotationStruct other)
|
boolean |
equals(Object other)
|
AnnotationsList |
getAnnotationsList()
Gets the associated annotations list. |
CstMethodRef |
getMethod()
Gets the method this item is for. |
int |
hashCode()
|
String |
toHuman()
Return the "human" string form of this instance. |
void |
writeTo(DexFile file,
AnnotatedOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterAnnotationStruct(CstMethodRef method,
AnnotationsList annotationsList)
method - non-null; the method in questionannotationsList - non-null; the associated annotations list| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic int compareTo(ParameterAnnotationStruct other)
compareTo in interface Comparable<ParameterAnnotationStruct>public void addContents(DexFile file)
public void writeTo(DexFile file,
AnnotatedOutput out)
public String toHuman()
toString().
toHuman in interface ToHumannon-null; the human string formpublic CstMethodRef getMethod()
non-null; the methodpublic AnnotationsList getAnnotationsList()
non-null; the annotations list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||