protected String |
AbstractActorListingProcessor.createLocation(OptionHandler owner,
Object obj,
OptionTraversalPath path) |
Creates a location string used in the list.
|
protected Actor |
AbstractActorListingProcessor.findEnclosingActor(OptionHandler owner,
OptionTraversalPath path) |
Tries to locate the enclosing actor.
|
protected Actor |
AbstractActorListingProcessor.findEnclosingActor(OptionHandler owner,
OptionTraversalPath path,
int index) |
Tries to locate the enclosing actor.
|
protected void |
AbstractModifyingInteractiveProcessor.handleArgumentOption(AbstractArgumentOption option,
OptionTraversalPath path) |
Interacts with the user on this argument option if necessary.
|
protected void |
AbstractModifyingInteractiveProcessor.handleBooleanOption(BooleanOption option,
OptionTraversalPath path) |
Interacts with the user on this boolean option if necessary.
|
protected void |
AbstractModifyingInteractiveProcessor.handleClassOption(ClassOption option,
OptionTraversalPath path) |
Interacts with the user on this class option if necessary.
|
protected abstract boolean |
AbstractListingProcessor.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
AbstractListNameUsage.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
FindText.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListActorUsage.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListAnnotationTags.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListClassUsage.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListDatabaseConnections.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListObjectCommandlines.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListPaths.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListStructureModifyingActors.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListTODOs.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected boolean |
ListVariableUsage.isValid(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Checks whether the object is valid and should be added to the list.
|
protected String |
AbstractActorListingProcessor.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is added to the list.
|
protected String |
AbstractListingProcessor.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is to be added to the list.
|
protected String |
ListAnnotationTags.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is added to the list.
|
protected String |
ListDatabaseConnections.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is added to the list.
|
protected String |
ListObjectCommandlines.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is to be added to the list.
|
protected String |
ListStructureModifyingActors.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is added to the list.
|
protected String |
ListTODOs.objectToString(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string representation of the object that is added to the list.
|
protected String[] |
AbstractListingProcessor.objectToStrings(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Returns the string array representation of the object that is to be added to the list.
|
protected void |
AbstractListingProcessor.process(AbstractOption option,
Object obj,
OptionTraversalPath path) |
Processes the object.
|