Class Condition.Group

    • Constructor Detail

      • Group

        public Group​(Condition inner)
        Creates an explicit grouping, preserving the source parentheses.
        Parameters:
        inner - the grouped condition
    • Method Detail

      • inner

        public Condition inner()
        Returns:
        the parenthesized condition
      • accept

        public <R> R accept​(Condition.Visitor<R> v)
        Description copied from interface: Condition
        Dispatches to the visitor method for this node's variant.
        Specified by:
        accept in interface Condition
        Type Parameters:
        R - the visitor's result type
        Parameters:
        v - the visitor to dispatch to
        Returns:
        whatever the visitor returns