Package org.openjdk.asmtools.jasm
Class TypeAnnotationTypes
- java.lang.Object
-
- org.openjdk.asmtools.jasm.TypeAnnotationTypes
-
public class TypeAnnotationTypes extends java.lang.ObjectType annotation types: target_type, target_info && target_path
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeAnnotationTypes.EPathKindInterpretation of type_path_kind values (Table 4.7.20.2-A)static classTypeAnnotationTypes.ETargetInfounion { type_parameter_target; supertype_target; type_parameter_bound_target; empty_target; method_formal_parameter_target; throws_target; localvar_target; catch_target; offset_target; type_argument_target; } target_info;static classTypeAnnotationTypes.ETargetTypeInterpretation of target_type values (Table 4.7.20-A.static classTypeAnnotationTypes.TypeAnnotationTargetVisitorstatic classTypeAnnotationTypes.TypePathEntry
-
Constructor Summary
Constructors Constructor Description TypeAnnotationTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeAnnotationTypes.EPathKindgetPathKind(int i)
-
-
-
Method Detail
-
getPathKind
public static TypeAnnotationTypes.EPathKind getPathKind(int i)
-
-