Package org.eolang.opeo.ast
Class InstanceField
- java.lang.Object
-
- org.eolang.opeo.ast.InstanceField
-
-
Constructor Summary
Constructors Constructor Description InstanceField(AstNode source, String name)
Constructor.InstanceField(AstNode source, String name, String descriptor)
Constructor.InstanceField(AstNode source, Attributes attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Constructor Detail
-
InstanceField
public InstanceField(AstNode source, String name)
Constructor.- Parameters:
source
- Object reference from which the field is accessedname
- Field name
-
InstanceField
public InstanceField(AstNode source, String name, String descriptor)
Constructor.- Parameters:
source
- Object reference from which the field is accessedname
- Field namedescriptor
- Field descriptor
-
InstanceField
public InstanceField(AstNode source, Attributes attributes)
Constructor.- Parameters:
source
- Object reference from which the field is accessedattributes
- Field attributes
-
-