-
- All Implemented Interfaces:
public abstract class TargetInfo extends SubStructure
Base class for target infos in a TypeAnnotation structure.
-
-
Constructor Summary
Constructors Constructor Description TargetInfo()
-
Method Summary
Modifier and Type Method Description abstract StringgetVerbose()A verbose description for the target info. -
Methods inherited from class org.gjt.jclasslib.structures.attributes.SubStructure
getLength -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVerbose
abstract String getVerbose()
A verbose description for the target info.
-
-
-
-