Class MethodDescriptorNode
java.lang.Object
proguard.classfile.attribute.signature.ast.descriptor.MethodDescriptorNode
- All Implemented Interfaces:
ASTNode
-
Constructor Summary
ConstructorsConstructorDescriptionMethodDescriptorNode(@NotNull List<FieldTypeNode> parameters, @NotNull ReturnDescriptorNode returnDescriptor) -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ASTNodeVisitor<R, P> visitor, P arg) @NotNull List<FieldTypeNode>@NotNull ReturnDescriptorNodevoidsetParameters(@NotNull List<FieldTypeNode> parameters) voidsetReturnDescriptor(@NotNull ReturnDescriptorNode returnDescriptor) toString()
-
Constructor Details
-
MethodDescriptorNode
public MethodDescriptorNode(@NotNull @NotNull List<FieldTypeNode> parameters, @NotNull @NotNull ReturnDescriptorNode returnDescriptor)
-
-
Method Details