Class AstParameters

    • Constructor Detail

      • AstParameters

        public AstParameters​(java.util.List<AstNode> nodes)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • appendStructure

        public void appendStructure​(java.lang.StringBuilder builder,
                                    Bindings bindings)
        Specified by:
        appendStructure in class AstNode
      • getCardinality

        public int getCardinality()
        Description copied from interface: Node
        Get the node's number of children.
      • getChild

        public AstNode getChild​(int i)
        Description copied from interface: Node
        Get i'th child