Package org.eolang.opeo.ast
Class InterfaceInvocation
java.lang.Object
org.eolang.opeo.ast.InterfaceInvocation
Interface invocation.
- Since:
- 0.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty -
Constructor Summary
ConstructorsConstructorDescriptionInterfaceInvocation(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser) Constructor.InterfaceInvocation(AstNode source, Attributes attributes, List<AstNode> args) Constructor.InterfaceInvocation(AstNode source, Attributes attributes, AstNode... args) Constructor. -
Method Summary
-
Constructor Details
-
InterfaceInvocation
Constructor.- Parameters:
node- XML node.parser- Parser, which can extract AstNode from XmlNode.
-
InterfaceInvocation
Constructor.- Parameters:
source- Source or target on which the invocation is performedattributes- Method attributes.args- Arguments of the method.
-
InterfaceInvocation
Constructor.- Parameters:
source- Source or target on which the invocation is performedattributes- Method attributes.args- Arguments of the method.
-
-
Method Details