Package aQute.bnd.classfile
Interface ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>
-
- Enclosing class:
- ConstantPool.AbstractRefInfo
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
init(int class_index, int name_and_type_index)
-
-
-
Method Detail
-
init
R init(int class_index, int name_and_type_index)
-
-