Class AbstractRefactoringVisitorCallback
java.lang.Object
com._1c.g5.v8.dt.core.findref.AbstractBmReferencesCollectorVisitorCallback
com._1c.g5.v8.dt.internal.refactoring.core.AbstractRefactoringVisitorCallback
- All Implemented Interfaces:
IEObjectVisitorCallback
- Direct Known Subclasses:
BmObjectDeleteVisitorCallback
,BmObjectRenameVisitorCallback
public abstract class AbstractRefactoringVisitorCallback
extends AbstractBmReferencesCollectorVisitorCallback
The abstract implementation of the
IEObjectVisitorCallback
for refactoring purposes.-
Constructor Summary
ConstructorsConstructorDescriptionAbstractRefactoringVisitorCallback
(IBmModel bmModel, Collection<IBmModel> dependentModels) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if fatal problems are found during visiting objects.protected void
setFatalProblemsFound
(boolean value) Sets the value indicating whether the fatal problems are found or not.Methods inherited from class com._1c.g5.v8.dt.core.findref.AbstractBmReferencesCollectorVisitorCallback
checkReference, getBmModel, getDependentModels, isBmObject, postVisit, processReferences, visit
-
Constructor Details
-
AbstractRefactoringVisitorCallback
Creates a new instance.- Parameters:
bmModel
- the BM model, cannot benull
.dependentModels
- the collection of dependent models, cannot benull
.
-
-
Method Details
-
isFatalProblemsFound
public boolean isFatalProblemsFound()Returnstrue
if fatal problems are found during visiting objects.- Returns:
true
if fatal problems are found during visiting objects.false
- otherwise.
-
setFatalProblemsFound
protected void setFatalProblemsFound(boolean value) Sets the value indicating whether the fatal problems are found or not.- Parameters:
value
- the value to set.
-