Class CompositeNode

    • Constructor Detail

      • CompositeNode

        public CompositeNode()
    • Method Detail

      • children

        public abstract List<ExpressionNode> children()

        Returns a read-only list containing the immediate children of this composite

        Returns:
        The children of this.