Class ClassWriter.LocalInfo

java.lang.Object
com.strobel.reflection.emit.ClassWriter.LocalInfo
Enclosing class:
ClassWriter

private static final class ClassWriter.LocalInfo extends Object
  • Field Details

    • name

      final String name
    • type

      final Type<?> type
    • position

      final int position
    • start

      final int start
    • end

      final int end
  • Constructor Details

    • LocalInfo

      LocalInfo(String name, Type<?> type, int position, int start, int end)
  • Method Details