Class FieldDescriptorNode
- java.lang.Object
-
- proguard.classfile.attribute.signature.ast.descriptor.FieldDescriptorNode
-
public class FieldDescriptorNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FieldDescriptorNode(@NotNull FieldTypeNode type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull FieldTypeNode
getType()
void
setType(@NotNull FieldTypeNode type)
java.lang.String
toString()
-
-
-
Constructor Detail
-
FieldDescriptorNode
public FieldDescriptorNode(@NotNull @NotNull FieldTypeNode type)
-
-
Method Detail
-
getType
@NotNull public @NotNull FieldTypeNode getType()
-
setType
public void setType(@NotNull @NotNull FieldTypeNode type)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-