|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorListener | |
---|---|
org.kohsuke.accmod | |
org.kohsuke.accmod.impl | |
org.kohsuke.accmod.restrictions |
Uses of ErrorListener in org.kohsuke.accmod |
---|
Methods in org.kohsuke.accmod with parameters of type ErrorListener | |
---|---|
abstract void |
AccessRestriction.instantiated(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The type on which this restriction is placed is instantiated elsewhere. |
abstract void |
AccessRestriction.invoked(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The method on which this restriction is placed is invoked elsewhere. |
abstract void |
AccessRestriction.read(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The field on which this restriction is placed is read. |
abstract void |
AccessRestriction.usedAsInterface(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The type on which this restriction is placed is used as an interface that another class/interface implements. |
abstract void |
AccessRestriction.usedAsSuperType(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The type on which this restriction is placed is used as a supertype by another class. |
abstract void |
AccessRestriction.written(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The field on which this restriction is placed is updated. |
Uses of ErrorListener in org.kohsuke.accmod.impl |
---|
Fields in org.kohsuke.accmod.impl declared as ErrorListener | |
---|---|
static ErrorListener |
ErrorListener.NULL
No-op listener. |
Methods in org.kohsuke.accmod.impl that return ErrorListener | |
---|---|
ErrorListener |
Checker.getErrorListener()
|
Methods in org.kohsuke.accmod.impl with parameters of type ErrorListener | |
---|---|
void |
Restrictions.instantiated(Location loc,
ErrorListener errorListener)
|
void |
Restrictions.invoked(Location location,
ErrorListener errorListener)
|
void |
Restrictions.read(Location location,
ErrorListener errorListener)
|
void |
Restrictions.usedAsInterface(Location loc,
ErrorListener errorListener)
|
void |
Restrictions.usedAsSuperType(Location loc,
ErrorListener errorListener)
|
void |
Restrictions.written(Location location,
ErrorListener errorListener)
|
Constructors in org.kohsuke.accmod.impl with parameters of type ErrorListener | |
---|---|
Checker(java.lang.ClassLoader dependencies,
ErrorListener errorListener)
|
Uses of ErrorListener in org.kohsuke.accmod.restrictions |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |