Class MethodToIDMapper.Entry

java.lang.Object
de.mirkosertic.bytecoder.core.backend.MethodToIDMapper.Entry
Enclosing class:
MethodToIDMapper

private static class MethodToIDMapper.Entry extends Object
  • Field Details

    • name

      final String name
    • type

      final org.objectweb.asm.Type type
  • Constructor Details

    • Entry

      public Entry(String name, org.objectweb.asm.Type type)
  • Method Details