Class Multiplication

    • Constructor Detail

      • Multiplication

        public Multiplication​(org.eolang.jeo.representation.xmir.XmlNode node,
                              Function<org.eolang.jeo.representation.xmir.XmlNode,​AstNode> search)
        Constructor.
        Parameters:
        node - XMIR node where to extract the value.
        search - Search function.
      • Multiplication

        public Multiplication​(AstNode left,
                              AstNode right)
        Constructor.
        Parameters:
        left - Left operand
        right - Right operand
    • Method Detail

      • toXmir

        public Iterable<org.xembly.Directive> toXmir()
        Description copied from interface: Xmir
        Convert node to XMIR.
        Specified by:
        toXmir in interface Xmir
        Returns:
        XMIR XML.
      • opcodes

        public List<AstNode> opcodes()
        Description copied from interface: AstNode
        Bytecode instructions.
        Specified by:
        opcodes in interface AstNode
        Returns:
        List of opcodes.
      • type

        public org.objectweb.asm.Type type()
        Description copied from interface: Typed
        Node type.
        Specified by:
        type in interface Typed
        Returns:
        Type.