Package org.eolang.opeo.ast
Class Constructor
java.lang.Object
org.eolang.opeo.ast.Constructor
Constructor output node.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor
(String type, List<AstNode> arguments) Constructor.Constructor
(String type, AstNode... arguments) Constructor.Constructor
(String type, Attributes attrs, List<AstNode> args) Constructor.Constructor
(String type, Attributes attrs, AstNode... arguments) Constructor.Constructor
(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser) Constructor.Constructor
(AstNode ctype, Attributes attributes, List<AstNode> arguments) Constructor. -
Method Summary
-
Constructor Details
-
Constructor
Constructor.- Parameters:
type
- Constructor typearguments
- Constructor arguments
-
Constructor
Constructor.- Parameters:
type
- Constructor typearguments
- Constructor arguments
-
Constructor
Constructor.- Parameters:
type
- Constructor typeattrs
- Constructor attributesarguments
- Constructor arguments
-
Constructor
Constructor.- Parameters:
type
- Constructor typeattrs
- Constructor attributesargs
- Constructor arguments
-
Constructor
Constructor.- Parameters:
node
- Xmir representation of constructor.parser
- Parser that understands how to parse subnodes.
-
Constructor
Constructor.- Parameters:
ctype
- Constructor typeattributes
- Constructor attributesarguments
- Constructor arguments
-
-
Method Details