Package org.eolang.opeo.ast
Class ClassField
java.lang.Object
org.eolang.opeo.ast.ClassField
Access to a static field.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionClassField
(String owner, String name, String descriptor) Constructor.ClassField
(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.ClassField
(Attributes attributes) Constructor. -
Method Summary
-
Constructor Details
-
ClassField
Constructor.- Parameters:
owner
- Owner class namename
- Field namedescriptor
- Field descriptor
-
ClassField
public ClassField(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.- Parameters:
node
- XML node
-
ClassField
Constructor.- Parameters:
attributes
- Attributes.
-
-
Method Details