public class ArrayTypeSignature extends ReferenceTypeSignature
| Modifier and Type | Field | Description |
|---|---|---|
protected ScanResult |
scanResult |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
boolean |
equalsIgnoringTypeParams(TypeSignature other) |
Compare base types, ignoring generic type parameters.
|
protected ClassInfo |
getClassInfo() |
|
protected String |
getClassName() |
The name of the class (used by
getClassInfo() to fetch the ClassInfo object for the class). |
TypeSignature |
getElementTypeSignature() |
|
int |
getNumDimensions() |
|
int |
hashCode() |
|
String |
toString() |
protected transient ScanResult scanResult
public TypeSignature getElementTypeSignature()
public int getNumDimensions()
protected String getClassName()
getClassInfo() to fetch the ClassInfo object for the class).protected ClassInfo getClassInfo()
public boolean equalsIgnoringTypeParams(TypeSignature other)
TypeSignatureequalsIgnoringTypeParams in class TypeSignatureother - the other TypeSignature to compare to.TypeSignature objects are equal, ignoring type parameters.Copyright © 2018. All rights reserved.