Class ArrayTypeNode
- java.lang.Object
-
- proguard.classfile.attribute.signature.ast.descriptor.ArrayTypeNode
-
public class ArrayTypeNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArrayTypeNode(@NotNull FieldTypeNode componentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,P>
Raccept(ASTNodeVisitor<R,P> visitor, P arg)FieldTypeNodegetComponentType()voidsetComponentType(@NotNull FieldTypeNode componentType)java.lang.StringtoString()
-
-
-
Constructor Detail
-
ArrayTypeNode
public ArrayTypeNode(@NotNull @NotNull FieldTypeNode componentType)
-
-
Method Detail
-
getComponentType
public FieldTypeNode getComponentType()
-
setComponentType
public void setComponentType(@NotNull @NotNull FieldTypeNode componentType)
-
accept
public <R,P> R accept(ASTNodeVisitor<R,P> visitor, P arg)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-