Package org.openjdk.asmtools.jasm
Class TypeAnnotationTargetInfoData.empty_target
java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.empty_target
- All Implemented Interfaces:
Data
- Enclosing class:
- TypeAnnotationTargetInfoData
empty_target (4.7.20.1. The target_info union)
The empty_target item indicates that an annotation appears on either the type in a field declaration,
the return type of a method, the type of a newly constructed object, or the receiver type of a method or constructor.
empty_target {
}
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
TypeAnnotationTargetInfoData.catch_target, TypeAnnotationTargetInfoData.empty_target, TypeAnnotationTargetInfoData.formal_parameter_target, TypeAnnotationTargetInfoData.localvar_target, TypeAnnotationTargetInfoData.offset_target, TypeAnnotationTargetInfoData.supertype_target, TypeAnnotationTargetInfoData.throws_target, TypeAnnotationTargetInfoData.type_argument_target, TypeAnnotationTargetInfoData.type_parameter_bound_target, TypeAnnotationTargetInfoData.type_parameter_target
-
Field Summary
Fields inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
targettype
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_print
(PrintWriter out, String tab) protected void
_toString
(StringBuilder sb, int tabLevel) int
void
Methods inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
getTargetType, print, toString, toString
-
Constructor Details
-
empty_target
-
-
Method Details
-
_print
- Specified by:
_print
in classTypeAnnotationTargetInfoData
-
write
- Specified by:
write
in interfaceData
- Specified by:
write
in classTypeAnnotationTargetInfoData
- Throws:
IOException
-
getLength
public int getLength() -
_toString
- Specified by:
_toString
in classTypeAnnotationTargetInfoData
-