Package aQute.bnd.classfile
Class MethodParametersAttribute.MethodParameter
- java.lang.Object
-
- aQute.bnd.classfile.MethodParametersAttribute.MethodParameter
-
- Enclosing class:
- MethodParametersAttribute
public static class MethodParametersAttribute.MethodParameter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
access_flags
java.lang.String
name
-
Constructor Summary
Constructors Constructor Description MethodParameter(java.lang.String name, int access_flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-