Interface AstNode

    • Method Detail

      • print

        String print()
        Print ast node and all it's children.
        Returns:
        String output.
      • toXmir

        Iterable<org.xembly.Directive> toXmir()
        Convert node to XMIR.
        Returns:
        XMIR XML.
      • identifier

        String identifier()
        Node id.
        Returns:
        Node id.