Home | History | Annotate | Download | only in create

Lines Matching full:methods

95 - specific methods to override (see method stubs details below).
96 - specific methods for which to delegate calls.
97 - specific methods to remove based on their return type.
115 Methods are also changed from protected/private to public.
116 The code of the methods is then kept as-is, except for native methods which are
117 replaced by a stub. Methods that are to be overridden are also replaced by a stub.
123 all inner classes and references in methods and types. Note that other classes are
142 As indicated above, all native and overridden methods are replaced by a stub.
168 to intercept calls to some specific methods that are stubbed out and change
182 2- Overriding methods
185 methods to override. Instead it removes the original code and replaces it
196 references in internal inner classes and methods.
209 implementation. Sub-classing doesn't work as some native methods are static and
212 This won't rename/replace the inner static methods of a given class.
238 Given a method SomeClass.MethodName(), 1 or 2 methods are generated: