Package org.eolang.opeo.ast
Class Invocation
- java.lang.Object
-
- org.eolang.opeo.ast.Invocation
-
-
Constructor Summary
Constructors Constructor Description Invocation(AstNode source, String method, List<AstNode> arguments)Constructor.Invocation(AstNode source, String method, AstNode... args)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringidentifier()Node id.Stringprint()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:AstNodePrint ast node and all it's children.
-
toXmir
public Iterable<org.xembly.Directive> toXmir()
Description copied from interface:AstNodeConvert node to XMIR.
-
identifier
public String identifier()
Description copied from interface:AstNodeNode id.- Specified by:
identifierin interfaceAstNode- Returns:
- Node id.
-
-