Package org.eolang.opeo.ast
Class Multiplication
java.lang.Object
org.eolang.opeo.ast.Multiplication
Multiplication.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionMultiplication
(org.eolang.jeo.representation.xmir.XmlNode node, Function<org.eolang.jeo.representation.xmir.XmlNode, AstNode> search) Constructor.Multiplication
(AstNode left, AstNode right) Constructor. -
Method Summary
-
Constructor Details
-
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
Constructor.- Parameters:
left
- Left operandright
- Right operand
-
-
Method Details