Serializable
, Cloneable
, Iterable<AccessRestriction>
, Collection<AccessRestriction>
, List<AccessRestriction>
, RandomAccess
public class Restrictions extends ArrayList<AccessRestriction>
modCount
Constructor | Description |
---|---|
Restrictions(RestrictedElement target) |
|
Restrictions(RestrictedElement target,
Collection<? extends AccessRestriction> c) |
Modifier and Type | Method | 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) |
containsAll, toString
equals, hashCode
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, trimToSize
parallelStream, stream
containsAll, equals, hashCode
public 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.