Class FormalParameterTargetInfo

java.lang.Object
proguard.classfile.attribute.annotation.target.TargetInfo
proguard.classfile.attribute.annotation.target.FormalParameterTargetInfo

public class FormalParameterTargetInfo extends TargetInfo
Representation of a formal parameter annotation target.
  • Field Details

    • u1formalParameterIndex

      public int u1formalParameterIndex
  • Constructor Details

    • FormalParameterTargetInfo

      public FormalParameterTargetInfo()
      Creates an uninitialized FormalParameterTargetInfo.
    • FormalParameterTargetInfo

      public FormalParameterTargetInfo(byte u1targetType)
      Creates a partially initialized FormalParameterTargetInfo.
    • FormalParameterTargetInfo

      public FormalParameterTargetInfo(byte u1targetType, int u1formalParameterIndex)
      Creates an initialized FormalParameterTargetInfo.
  • Method Details