Package org.eolang.opeo.ast
Class Field
- java.lang.Object
-
- org.eolang.opeo.ast.Field
-
-
Constructor Summary
Constructors Constructor Description 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.Typetype()Node type.
-
-
-
Constructor Detail
-
Field
public Field(AstNode instance, Attributes attributes)
Constructor.- Parameters:
instance- Object reference from which the field is accessedattributes- Field attributes
-
-