Package org.eolang.opeo.ast
Class This
java.lang.Object
org.eolang.opeo.ast.This
This output node.
In java, it is represented as the keyword "this".
In EO, it is represented as the keyword "$".
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionThis()
Default ctor.This
(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.This
(Attributes attributes) Constructor.This
(org.objectweb.asm.Type type) Constructor. -
Method Summary
-
Constructor Details
-
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
Constructor.- Parameters:
attributes
- Attributes.
-
-
Method Details