Class Classfile.TypePathNode

java.lang.Object
io.github.classgraph.Classfile.TypePathNode
Enclosing class:
Classfile

static class Classfile.TypePathNode extends Object
  • Field Details

    • typePathKind

      short typePathKind
    • typeArgumentIdx

      short typeArgumentIdx
  • Constructor Details

    • TypePathNode

      public TypePathNode(int typePathKind, int typeArgumentIdx)
  • Method Details