Package com.yworks.yguard.obf.classfile
Class TypeAnnotationInfo
- java.lang.Object
-
- com.yworks.yguard.obf.classfile.AnnotationInfo
-
- com.yworks.yguard.obf.classfile.TypeAnnotationInfo
-
public class TypeAnnotationInfo extends AnnotationInfo
The type Type annotation info.
-
-
Field Summary
-
Fields inherited from class com.yworks.yguard.obf.classfile.AnnotationInfo
u2typeIndex
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeAnnotationInfocreate(java.io.DataInput din)Create type annotation info.voidwrite(java.io.DataOutput dout)Write.-
Methods inherited from class com.yworks.yguard.obf.classfile.AnnotationInfo
getElementValuePairs, markUtf8RefsInInfo
-
-
-
-
Method Detail
-
create
public static TypeAnnotationInfo create(java.io.DataInput din) throws java.io.IOException
Create type annotation info.- Parameters:
din- the din- Returns:
- the type annotation info
- Throws:
java.io.IOException- the io exception
-
write
public void write(java.io.DataOutput dout) throws java.io.IOExceptionWrite.- Overrides:
writein classAnnotationInfo- Parameters:
dout- the dout- Throws:
java.io.IOException- the io exception
-
-