public class ParameterAnnotationData extends Object
| Constructor and Description |
|---|
ParameterAnnotationData(ClassData cls,
boolean invisible) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AnnotationData> |
get(int i) |
int |
numParams() |
void |
print(PrintWriter out,
String tab) |
void |
read(DataInputStream in) |
public ParameterAnnotationData(ClassData cls, boolean invisible)
public int numParams()
public ArrayList<AnnotationData> get(int i)
public void read(DataInputStream in) throws IOException
IOExceptionpublic void print(PrintWriter out, String tab)
Copyright © 2021. All Rights Reserved.