Package com._1c.g5.v8.dt.bsl.common
Class CrossReferencesProcessor
java.lang.Object
com._1c.g5.v8.dt.bsl.common.CrossReferencesProcessor
Processor for BSL language rule 'New Type(param1, param2, ...)' and 'Goto ~myLabel'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddoProcess(GotoStatement label) Function to perform processing of eachGotoStatementcontaining in theBlock.protected abstract voiddoProcess(OperatorStyleCreator creator) Function to perform processing of eachOperatorStyleCreatorcontaining in theBlock.voidprocess()Start processing for all statements inBlock
-
Constructor Details
-
Method Details
-
process
public void process()Start processing for all statements inBlock -
doProcess
Function to perform processing of eachOperatorStyleCreatorcontaining in theBlock.- Parameters:
creator-OperatorStyleCreatorinstance to process. Notnull.
-
doProcess
Function to perform processing of eachGotoStatementcontaining in theBlock.- Parameters:
label-GotoStatementinstance to process. Notnull.
-