Class Projection.ExceptionHandler

java.lang.Object
de.mirkosertic.bytecoder.core.ir.Projection
de.mirkosertic.bytecoder.core.ir.Projection.ExceptionHandler
Enclosing class:
Projection

public static class Projection.ExceptionHandler extends Projection
  • Field Details

    • type

      public final org.objectweb.asm.Type type
    • position

      public final int position
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler(org.objectweb.asm.Type type, int position)
  • Method Details