public abstract class AccessLocationMatcher extends Object implements LocationMatcher
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
count |
protected int |
flags
flags identifying which type of access should be used to identify the
trigger. this is either ACCESS_READ, ACCESS_WRITE or an OR of these two
values
|
protected boolean |
whenComplete
flag which is false if the trigger should be inserted before the field
access is performed and true if it should be inserted after
|
protected int count
protected int flags
protected boolean whenComplete
Copyright © 2018–2023. All rights reserved.