public class Restrictions extends java.util.ArrayList<AccessRestriction>
Modifier and Type | Field and Description |
---|---|
static Restrictions |
NONE |
Constructor and Description |
---|
Restrictions(RestrictedElement target) |
Restrictions(RestrictedElement target,
java.util.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
public static final Restrictions NONE
public Restrictions(RestrictedElement target, java.util.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 © 2012. All Rights Reserved.