public class Restrictions extends ArrayList<AccessRestriction>
modCount| Constructor and Description |
|---|
Restrictions(RestrictedElement target) |
Restrictions(RestrictedElement target,
Collection<? extends AccessRestriction> c) |
| Modifier and Type | Method and Description |
|---|---|
void |
instantiated(Location loc,
ErrorListener errorListener) |
void |
invoked(Location location,
ErrorListener errorListener) |
void |
read(Location location,
ErrorListener errorListener) |
void |
usedAsInterface(Location loc,
ErrorListener errorListener) |
void |
usedAsSuperType(Location loc,
ErrorListener errorListener) |
void |
written(Location location,
ErrorListener errorListener) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Restrictions(RestrictedElement target, Collection<? extends AccessRestriction> c)
public Restrictions(RestrictedElement target)
public void usedAsSuperType(Location loc, ErrorListener errorListener)
public void usedAsInterface(Location loc, ErrorListener errorListener)
public void instantiated(Location loc, ErrorListener errorListener)
public void invoked(Location location, ErrorListener errorListener)
public void read(Location location, ErrorListener errorListener)
public void written(Location location, ErrorListener errorListener)
Copyright © 2018. All rights reserved.