Package com.yworks.yguard.obf.classfile
Class ParameterAnnotationInfo
- java.lang.Object
-
- com.yworks.yguard.obf.classfile.ParameterAnnotationInfo
-
public class ParameterAnnotationInfo extends java.lang.ObjectThe type Parameter annotation info.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterAnnotationInfocreate(java.io.DataInput din)Create parameter annotation info.protected AnnotationInfo[]getAnnotations()Get annotations annotation info [ ].protected voidmarkUtf8RefsInInfo(ConstantPool pool)Mark utf 8 refs in info.voidwrite(java.io.DataOutput dout)Export the representation to a DataOutput stream.
-
-
-
Method Detail
-
create
public static ParameterAnnotationInfo create(java.io.DataInput din) throws java.io.IOException
Create parameter annotation info.- Parameters:
din- the din- Returns:
- the parameter annotation info
- Throws:
java.io.IOException- the io exception
-
getAnnotations
protected AnnotationInfo[] getAnnotations()
Get annotations annotation info [ ].- Returns:
- the annotation info [ ]
-
markUtf8RefsInInfo
protected void markUtf8RefsInInfo(ConstantPool pool)
Mark utf 8 refs in info.- Parameters:
pool- the pool
-
write
public void write(java.io.DataOutput dout) throws java.io.IOExceptionExport the representation to a DataOutput stream.- Parameters:
dout- the dout- Throws:
java.io.IOException- the io exception
-
-