Package org.eolang.opeo.ast
Class If
java.lang.Object
org.eolang.opeo.ast.If
If ast node.
- Since:
- 0.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
If
public If(org.eolang.jeo.representation.xmir.XmlNode node, Function<org.eolang.jeo.representation.xmir.XmlNode, AstNode> search) Constructor.- Parameters:
node- XMIR node.search- Search function.
-
If
Constructor.- Parameters:
first- First value.second- Second value.target- Target label.
-
If
Constructor.- Parameters:
first- First value.second- Second value.target- Target label.
-
-
Method Details