public static class SignatureParser.ArrayTypeSignature extends Object implements SignatureParser.FieldTypeSignature
SignatureParser.TypeSignature.| Modifier and Type | Field and Description |
|---|---|
SignatureParser.TypeSignature |
componentTypeSignature
The type of the array components.
|
| Constructor and Description |
|---|
ArrayTypeSignature(SignatureParser.TypeSignature componentTypeSignature) |
| Modifier and Type | Method and Description |
|---|---|
<T,EX extends Throwable> |
accept(SignatureParser.FieldTypeSignatureVisitor<T,EX> visitor) |
String |
toString() |
public final SignatureParser.TypeSignature componentTypeSignature
public ArrayTypeSignature(SignatureParser.TypeSignature componentTypeSignature)
public <T,EX extends Throwable> T accept(SignatureParser.FieldTypeSignatureVisitor<T,EX> visitor) throws EX extends Throwable
accept in interface SignatureParser.FieldTypeSignatureEX extends Throwablepublic String toString()
toString in interface SignatureParser.FieldTypeSignaturetoString in interface SignatureParser.TypeSignaturetoString in class ObjectCopyright © 2022. All rights reserved.