Package org.eolang.opeo.ast
Class StaticInvocation
java.lang.Object
org.eolang.opeo.ast.StaticInvocation
Static invocation ast node.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.StaticInvocation(String owner, String name, String descriptor, AstNode... arguments) Constructor.StaticInvocation(org.eolang.jeo.representation.xmir.XmlNode node, List<AstNode> arguments) Constructor.StaticInvocation(org.eolang.jeo.representation.xmir.XmlNode node, AstNode... arguments) Constructor.StaticInvocation(Attributes attributes, Owner owner, List<AstNode> arguments) Constructor.StaticInvocation(Attributes attributes, Owner owner, AstNode... arguments) Constructor. -
Method Summary
-
Constructor Details
-
StaticInvocation
Constructor.- Parameters:
owner- Owner class namename- Method namedescriptor- Method descriptorarguments- Arguments
-
StaticInvocation
Constructor.- Parameters:
owner- Owner class namename- Method namedescriptor- Method descriptorarguments- Arguments
-
StaticInvocation
Constructor.- Parameters:
node- XML nodearguments- Arguments
-
StaticInvocation
Constructor.- Parameters:
node- XML nodearguments- Arguments
-
StaticInvocation
Constructor.- Parameters:
attributes- Method attributesowner- Owner class namearguments- Arguments
-
StaticInvocation
Constructor.- Parameters:
attributes- Method attributesowner- Owner class namearguments- Arguments
-
-
Method Details