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
public class BlockCleanerProcessor extends Object
Special cleaner forBlock
for deleting all contents from it.
-
-
Constructor Summary
Constructors Constructor Description BlockCleanerProcessor(Block block)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
Method Detail
-
clean
public void clean()
Cleans all containment object
-
doClean
protected void doClean(Preprocessor preprocessor)
Cleans all containment object forPreprocessor
- Parameters:
preprocessor
- clearingPreprocessor
, can't benull
-
noMethod
protected boolean noMethod(Preprocessor preprocessor)
Checks that preprocessor doesn't haveMethod
- Parameters:
preprocessor
- checkingPreprocessor
, can't benull
- Returns:
true
if preprocessor doesn't haveMethod
,false
otherwise
-
-