Package org.eolang.opeo.ast
Class Field
- java.lang.Object
-
- org.eolang.opeo.ast.Field
-
-
Constructor Summary
Constructors Constructor Description Field(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.Field(AstNode instance, Attributes attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.org.objectweb.asm.Type
type()
Node type.
-
-
-
Constructor Detail
-
Field
public Field(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.- Parameters:
node
- XMIR root node of the field.parser
- Parser that will be used to parse the child nodes of the field.
-
Field
public Field(AstNode instance, Attributes attributes)
Constructor.- Parameters:
instance
- Object reference from which the field is accessedattributes
- Field attributes
-
-