Package org.eolang.opeo.ast
Class ClassField
- java.lang.Object
-
- org.eolang.opeo.ast.ClassField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Constructor Summary
Constructors Constructor Description ClassField(String owner, String name, String descriptor)
Constructor.ClassField(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.ClassField(Attributes attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.org.objectweb.asm.Type
type()
Node type.
-
-
-
Constructor Detail
-
ClassField
public ClassField(String owner, String name, String descriptor)
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
public ClassField(Attributes attributes)
Constructor.- Parameters:
attributes
- Attributes.
-
-