Package org.eolang.opeo.ast
Class Constructor
- java.lang.Object
-
- org.eolang.opeo.ast.Constructor
-
-
Constructor Summary
Constructors Constructor Description Constructor(String type, String reference, List<AstNode> arguments)
Constructor.Constructor(String type, AstNode... arguments)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
identifier()
Node id.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Method Detail
-
print
public String print()
Description copied from interface:AstNode
Print ast node and all it's children.
-
toXmir
public Iterable<org.xembly.Directive> toXmir()
Description copied from interface:AstNode
Convert node to XMIR.
-
identifier
public String identifier()
Description copied from interface:AstNode
Node id.- Specified by:
identifier
in interfaceAstNode
- Returns:
- Node id.
-
-