Class ForLoopVertex
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.ForLoopVertex
-
Constructor Summary
ConstructorsConstructorDescriptionForLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.ForStatementContext loopHeader)
-
Method Summary
-
Constructor Details
-
ForLoopVertex
@ConstructorProperties("loopHeader") public ForLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.ForStatementContext loopHeader)
-
-
Method Details
-
getAst
-
getLoopHeader
public com.github._1c_syntax.bsl.parser.BSLParser.ForStatementContext getLoopHeader() -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-