< prev index next > src/jdk.jdi/share/classes/com/sun/jdi/request/MethodEntryRequest.java
Print this page
/*
! * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
/*
! * Copyright (c) 1998, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
void addClassExclusionFilter(String classPattern);
/**
* Restricts the events generated by this request to those in
* which the currently executing instance ("this") is the object
! * specified.
* <P>
* Not all targets support this operation.
* Use {@link VirtualMachine#canUseInstanceFilters()}
* to determine if the operation is supported.
* @since 1.4
void addClassExclusionFilter(String classPattern);
/**
* Restricts the events generated by this request to those in
* which the currently executing instance ("this") is the object
! * specified as determined by applying the "==" operator.
* <P>
* Not all targets support this operation.
* Use {@link VirtualMachine#canUseInstanceFilters()}
* to determine if the operation is supported.
* @since 1.4
< prev index next >