Class ForeachLoopVertex


public class ForeachLoopVertex extends LoopVertex
  • Constructor Details

    • ForeachLoopVertex

      @ConstructorProperties("loopHeader") public ForeachLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.ForEachStatementContext 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.ForEachStatementContext 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