Uses of Class
org.eolang.opeo.ast.Owner
-
Packages that use Owner Package Description org.eolang.opeo.ast Provides the classes necessary to create decompilation output. -
-
Uses of Owner in org.eolang.opeo.ast
Constructors in org.eolang.opeo.ast with parameters of type Owner Constructor Description StaticInvocation(Attributes attributes, Owner owner, List<AstNode> arguments)
Constructor.StaticInvocation(Attributes attributes, Owner owner, AstNode... arguments)
Constructor.
-