The name of the method
Creates a new JDI event processor based on this filter.
Creates a new JDI event processor based on this filter.
The new JDI event filter processor instance
Represents a local filter that will result in ignoring any incoming event if it does not have the specified method name.
The name of the method
MethodNameFilter(name = "someMethod") will ignore any event not originating from this method.
Only valid for MethodEntry, MethodExit, and Locatable events. All other events are ignored and do not affect the overall filter results.