Package org.eolang.opeo.ast
Class InstanceField
- java.lang.Object
-
- org.eolang.opeo.ast.InstanceField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Sequence
-
-
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.Stringprint()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
-
-