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 <R,P>
Raccept(ASTNodeVisitor<R,P> visitor, P arg)
@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)
-
accept
public <R,P> R accept(ASTNodeVisitor<R,P> visitor, P arg)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-