Package org.eolang.opeo.ast
Class Super
- java.lang.Object
-
- org.eolang.opeo.ast.Super
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Constructor Summary
Constructors Constructor Description Super(org.eolang.jeo.representation.xmir.XmlNode xmir, Parser parser)
Constructor.Super(AstNode instance, List<AstNode> arguments, String descriptor, String type, String name)
Constructor.Super(AstNode instance, List<AstNode> arguments, Attributes attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.org.objectweb.asm.Type
type()
Node type.
-
-
-
Constructor Detail
-
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- Suppressed Checkstyle violations:
- ParameterNumberCheck (5 lines)
-
Super
public Super(AstNode instance, List<AstNode> arguments, Attributes attributes)
Constructor.- Parameters:
instance
- Target instancearguments
- Super argumentsattributes
- Attributes
-
Super
public Super(org.eolang.jeo.representation.xmir.XmlNode xmir, Parser parser)
Constructor.- Parameters:
xmir
- XMIR root node.parser
- Parser that can parse child nodes.
-
-