Uses of Class
org.eolang.opeo.ast.Attributes
-
Packages that use Attributes Package Description org.eolang.opeo.ast Provides the classes necessary to create decompilation output. -
-
Uses of Attributes in org.eolang.opeo.ast
Methods in org.eolang.opeo.ast that return Attributes Modifier and Type Method Description Attributes
Attributes. descriptor(String descriptor)
Set descriptor attribute.Attributes
Attributes. name(String name)
Set name attribute.Attributes
Attributes. owner(String owner)
Set owner attribute.Attributes
Attributes. type(String type)
Set type attribute.Constructors in org.eolang.opeo.ast with parameters of type Attributes Constructor Description InstanceField(AstNode source, Attributes attributes)
Constructor.Invocation(AstNode source, Attributes attributes, List<AstNode> arguments)
Constructor.Invocation(AstNode source, Attributes attributes, AstNode... args)
Constructor.WriteField(AstNode target, AstNode value, Attributes attributes)
Constructor.
-