Class ForLoopVertex


public class ForLoopVertex extends LoopVertex
  • Constructor Details

    • ForLoopVertex

      @ConstructorProperties("loopHeader") public ForLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.ForStatementContext loopHeader)
  • Method Details

    • getAst

      public Optional<com.github._1c_syntax.bsl.parser.BSLParserRuleContext> getAst()
      Overrides:
      getAst in class CfgVertex
    • getLoopHeader

      public com.github._1c_syntax.bsl.parser.BSLParser.ForStatementContext getLoopHeader()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object