Class WhileLoopVertex
java.lang.Object
com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
com.github._1c_syntax.bsl.languageserver.cfg.BranchingVertex
com.github._1c_syntax.bsl.languageserver.cfg.LoopVertex
com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
-
Constructor Summary
ConstructorsConstructorDescriptionWhileLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.WhileStatementContext ast)
-
Method Summary
-
Constructor Details
-
WhileLoopVertex
@ConstructorProperties("ast") public WhileLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.WhileStatementContext ast)
-
-
Method Details