Пример #1
0
 /* Obtain parameters from an existing Method */
 DynamicBinding(const Method &method)
   : _klass(method.klass()), _methodName(method.name()),
     _types(method.types()), _flags(method.qualifiers()), _super(false) { }