Class WhileLoopVertex


public class WhileLoopVertex extends LoopVertex
  • Constructor Details

    • WhileLoopVertex

      @ConstructorProperties("ast") public WhileLoopVertex(com.github._1c_syntax.bsl.parser.BSLParser.WhileStatementContext ast)
  • Method Details

    • getExpression

      public com.github._1c_syntax.bsl.parser.BSLParser.ExpressionContext getExpression()
    • getAst

      public Optional<com.github._1c_syntax.bsl.parser.BSLParserRuleContext> getAst()
      Overrides:
      getAst in class CfgVertex
    • 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