|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.accmod.AccessRestriction
org.kohsuke.accmod.restrictions.DoNotUse
public class DoNotUse
This type, field, or method shall never be referenced from anywhere at all.
Field Summary |
---|
Fields inherited from class org.kohsuke.accmod.AccessRestriction |
---|
NONE |
Constructor Summary | |
---|---|
DoNotUse()
|
Method Summary | |
---|---|
void |
error(Location loc,
RestrictedElement target,
ErrorListener errorListener)
|
void |
instantiated(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The type on which this restriction is placed is instantiated elsewhere. |
void |
invoked(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The method on which this restriction is placed is invoked elsewhere. |
void |
read(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The field on which this restriction is placed is read. |
void |
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. |
void |
usedAsSuperType(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The type on which this restriction is placed is used as a supertype by another class. |
void |
written(Location loc,
RestrictedElement target,
ErrorListener errorListener)
The field on which this restriction is placed is updated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoNotUse()
Method Detail |
---|
public void written(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
written
in class AccessRestriction
public void usedAsSuperType(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
usedAsSuperType
in class AccessRestriction
loc
- Points to the subtype.errorListener
- Report any error here.public void usedAsInterface(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
usedAsInterface
in class AccessRestriction
loc
- Points to the subtype.errorListener
- Report any error here.public void instantiated(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
instantiated
in class AccessRestriction
public void invoked(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
invoked
in class AccessRestriction
public void read(Location loc, RestrictedElement target, ErrorListener errorListener)
AccessRestriction
read
in class AccessRestriction
public void error(Location loc, RestrictedElement target, ErrorListener errorListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |