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.
      • opcodes

        List<AstNode> opcodes()
        Bytecode instructions.
        Returns:
        List of opcodes.