Package com._1c.g5.v8.dt.bsl.common
Class BlockCleanerProcessor
java.lang.Object
com._1c.g5.v8.dt.bsl.common.BlockCleanerProcessor
- Direct Known Subclasses:
MethodCleanerProcessor
,ModuleCleanerProcessor
Special cleaner for
Block
for deleting all contents from it. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clean()
Cleans all containment objectprotected void
doClean
(Preprocessor preprocessor) Cleans all containment object forPreprocessor
protected boolean
noMethod
(Preprocessor preprocessor) Checks that preprocessor doesn't haveMethod
-
Constructor Details
-
BlockCleanerProcessor
Constructor- Parameters:
block
-Block
for deleting it content, can't benull
-
-
Method Details
-
clean
public void clean()Cleans all containment object -
doClean
Cleans all containment object forPreprocessor
- Parameters:
preprocessor
- clearingPreprocessor
, can't benull
-
noMethod
Checks that preprocessor doesn't haveMethod
- Parameters:
preprocessor
- checkingPreprocessor
, can't benull
- Returns:
true
if preprocessor doesn't haveMethod
,false
otherwise
-