Package com.yworks.yguard.obf.classfile
Class TypeAnnotationInfo
- java.lang.Object
-
- com.yworks.yguard.obf.classfile.TypeAnnotationInfo
-
public class TypeAnnotationInfo extends java.lang.ObjectThe type Type annotation info.
-
-
Constructor Summary
Constructors Constructor Description TypeAnnotationInfo()
-
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.protected voidmarkUtf8RefsInInfo(ConstantPool pool)Mark utf 8 refs in info.voidwrite(java.io.DataOutput dout)Write.
-
-
-
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.- Parameters:
dout- the dout- Throws:
java.io.IOException- the io exception
-
markUtf8RefsInInfo
protected void markUtf8RefsInInfo(ConstantPool pool)
Mark utf 8 refs in info.- Parameters:
pool- the pool
-
-