Package org.eolang.opeo.ast
Class Super
java.lang.Object
org.eolang.opeo.ast.Super
Super output node.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Super
public Super(AstNode instance, List<AstNode> arguments, String descriptor, String type, String name) Constructor.- Parameters:
instance
- Target instancearguments
- Super argumentsdescriptor
- Descriptortype
- Typename
- Method Name
-
Super
Constructor.- Parameters:
instance
- Target instancearguments
- Super argumentsattributes
- Attributes
-
Super
Constructor.- Parameters:
xmir
- XMIR root node.parser
- Parser that can parse child nodes.
-
-
Method Details