Package org.eolang.opeo.ast
Class FieldRetrieval
java.lang.Object
org.eolang.opeo.ast.FieldRetrieval
Field retrieval.
- Since:
- 0.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty -
Constructor Summary
ConstructorsConstructorDescriptionFieldRetrieval(AstNode instance, String name) Constructor.FieldRetrieval(AstNode instance, String name, String descriptor) Constructor.FieldRetrieval(AstNode instance, Attributes attributes) Constructor.FieldRetrieval(Field field) Constructor. -
Method Summary
-
Constructor Details
-
FieldRetrieval
Constructor.- Parameters:
instance- Object reference from which the field is accessedname- Field name
-
FieldRetrieval
Constructor.- Parameters:
instance- Object reference from which the field is accessedname- Field namedescriptor- Field descriptor
-
FieldRetrieval
Constructor.- Parameters:
instance- Object reference from which the field is accessedattributes- Field attributes
-
FieldRetrieval
Constructor.- Parameters:
field- The field to access
-
-
Method Details