Class LabelExpression.Implies

    • Constructor Detail

      • Implies

        public Implies​(Label lhs,
                       Label rhs)
    • Method Detail

      • accept

        public <V,​P> V accept​(LabelVisitor<V,​P> visitor,
                                    P param)
        Description copied from class: Label
        Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
        Specified by:
        accept in class Label