Package org.eolang.opeo.ast
Class Invocation
java.lang.Object
org.eolang.opeo.ast.Invocation
Invocation output node.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionInvocation
(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser) Constructor.Invocation
(AstNode source, String method, List<AstNode> arguments) Constructor.Constructor.Invocation
(AstNode source, String method, AstNode... args) Constructor.Invocation
(AstNode source, Attributes attributes, List<AstNode> arguments) Constructor.Invocation
(AstNode source, Attributes attributes, AstNode... args) Constructor. -
Method Summary
-
Constructor Details
-
Invocation
Constructor.- Parameters:
node
- XML nodeparser
- Parser for child nodes.
-
Invocation
Constructor.- Parameters:
source
- Source or target on which the invocation is performedmethod
- Method nameargs
- Arguments
-
Invocation
Constructor.- Parameters:
source
- Source or target on which the invocation is performedattributes
- Method attributesargs
- Arguments
-
Invocation
Constructor.- Parameters:
source
- Source or target on which the invocation is performedmethod
- Method namearguments
- Arguments
-
Invocation
Constructor.- Parameters:
source
- Source or target on which the invocation is performedmethod
- Method namearguments
- Argumentsdescriptor
- Descriptor
-
Invocation
Constructor.- Parameters:
source
- Source or target on which the invocation is performedattributes
- Method attributesarguments
- Arguments
-
-
Method Details