Uses of Class
org.eolang.opeo.ast.Attributes
Packages that use Attributes
Package
Description
Provides the classes necessary to create decompilation output.
-
Uses of Attributes in org.eolang.opeo.ast
Methods in org.eolang.opeo.ast that return AttributesModifier and TypeMethodDescriptionAttributes.descriptor
(String descriptor) Set descriptor attribute.Attributes.interfaced
(boolean interfaced) Set interfaced attribute.Set name attribute.Set owner attribute.Set type attribute.Constructors in org.eolang.opeo.ast with parameters of type AttributesModifierConstructorDescriptionClassField
(Attributes attributes) Constructor.Constructor
(String type, Attributes attrs, List<AstNode> args) Constructor.Constructor
(String type, Attributes attrs, AstNode... arguments) Constructor.Constructor
(AstNode ctype, Attributes attributes, List<AstNode> arguments) Constructor.DynamicInvocation
(String name, Handle factory, Attributes attributes, List<Object> farguments, List<AstNode> arguments) Constructor.Field
(AstNode instance, Attributes attributes) Constructor.FieldRetrieval
(AstNode instance, Attributes attributes) Constructor.InterfaceInvocation
(AstNode source, Attributes attributes, List<AstNode> args) Constructor.InterfaceInvocation
(AstNode source, Attributes attributes, AstNode... args) Constructor.Invocation
(AstNode source, Attributes attributes, List<AstNode> arguments) Constructor.Invocation
(AstNode source, Attributes attributes, AstNode... args) Constructor.StaticInvocation
(Attributes attributes, Owner owner, List<AstNode> arguments) Constructor.StaticInvocation
(Attributes attributes, Owner owner, AstNode... arguments) Constructor.Super
(AstNode instance, List<AstNode> arguments, Attributes attributes) Constructor.This
(Attributes attributes) Constructor.