Class LabelExpression.Or

    • Constructor Detail

    • 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