Class TypeAnnotationTypes.TypePathEntry

java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
Enclosing class:
TypeAnnotationTypes

public static class TypeAnnotationTypes.TypePathEntry extends Object
  • Field Details

  • Constructor Details

    • TypePathEntry

      public TypePathEntry(int kind, int typeArgumentIndex)
    • TypePathEntry

      public TypePathEntry(TypeAnnotationTypes.EPathKind kind, int typeArgumentIndex)
  • Method Details

    • getTypePathKind

      public int getTypePathKind()
    • getTypeArgumentIndex

      public int getTypeArgumentIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object