public class Restrictions extends ArrayList<AccessRestriction>
Modifier and Type | Field and Description |
---|---|
static Restrictions |
NONE |
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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public static final Restrictions NONE
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 © 2013. All Rights Reserved.