Lines Matching refs:methods
92 - specific methods to override (see method stubs details below).
93 - specific methods for which to delegate calls.
94 - specific methods to remove based on their return type.
110 changed from protected/private to public. The code of the methods is then kept as-is, except for
111 native methods which are replaced by a stub. Methods that are to be overridden are also replaced by
118 methods and types. Note that other classes are not transformed and keep referencing the original
134 ReplaceMethodCallsAdapter replaces calls to certain methods. This is different from the
137 This is useful for methods in the Java namespace where we cannot add delegates. The configuration
149 As indicated above, all native and overridden methods are replaced by a stub. We don't have the
173 some specific methods that are stubbed out and change their return value.
186 2- Overriding methods
188 As explained earlier, the creator doesn't have any replacement code for methods to override. Instead
199 inner classes and methods. Calls from other classes are not modified -- they keep referencing the
210 work as some native methods are static and we don't control object creation.
212 This won't rename/replace the inner static methods of a given class.
236 or 2 methods are generated: