Class TypeAnnotationTargetInfo.TypeAnnotationParameterBoundTarget

java.lang.Object
org.benf.cfr.reader.entities.attributes.TypeAnnotationTargetInfo.TypeAnnotationParameterBoundTarget
All Implemented Interfaces:
TypeAnnotationTargetInfo
Enclosing interface:
TypeAnnotationTargetInfo

public static class TypeAnnotationTargetInfo.TypeAnnotationParameterBoundTarget extends Object implements TypeAnnotationTargetInfo
  • Field Details

    • type_parameter_index

      private final short type_parameter_index
    • bound_index

      private final short bound_index
  • Constructor Details

    • TypeAnnotationParameterBoundTarget

      private TypeAnnotationParameterBoundTarget(short type_parameter_index, short bound_index)
  • Method Details