Package org.eolang.opeo.ast
Class This
- java.lang.Object
-
- org.eolang.opeo.ast.This
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Constructor Summary
Constructors Constructor Description This()
Default ctor.This(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.This(Attributes attributes)
Constructor.This(org.objectweb.asm.Type type)
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
-
This
public This()
Default ctor. If no type is provided, the default type isObject
.- Since:
- 0.2
-
This
public This(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.- Parameters:
node
- XML node.
-
This
public This(org.objectweb.asm.Type type)
Constructor.- Parameters:
type
- Type of this node.
-
This
public This(Attributes attributes)
Constructor.- Parameters:
attributes
- Attributes.
-
-