Package org.eolang.opeo.ast
Class Arguments
java.lang.Object
org.eolang.opeo.ast.Arguments
Arguments of an invocation.
- Since:
- 0.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Arguments
Constructor.- Parameters:
root
- Root node.parser
- Parser that understands how to parse subnodes.begin
- Begin index.
-
-
Method Details
-
toList
Convert to list.- Returns:
- List of arguments.
-