Package org.openjdk.asmtools.jasm
Class TypeAnnotationTypes.TypePathEntry
- java.lang.Object
-
- org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- Enclosing class:
- TypeAnnotationTypes
public static class TypeAnnotationTypes.TypePathEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypePathEntry(int kind, int typeArgumentIndex)
TypePathEntry(TypeAnnotationTypes.EPathKind kind, int typeArgumentIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTypeArgumentIndex()
int
getTypePathKind()
java.lang.String
toString()
-
-
-
Constructor Detail
-
TypePathEntry
public TypePathEntry(int kind, int typeArgumentIndex)
-
TypePathEntry
public TypePathEntry(TypeAnnotationTypes.EPathKind kind, int typeArgumentIndex)
-
-