Class ConstPool.NameAndType

java.lang.Object
org.jboss.classfilewriter.constpool.ConstPool.NameAndType
Enclosing class:
ConstPool

private static final class ConstPool.NameAndType extends Object
  • Field Details

    • name

      private final String name
    • type

      private final String type
  • Constructor Details

    • NameAndType

      public NameAndType(String name, String type)
  • Method Details