Class BasicArrayEntry
java.lang.Object
software.coley.sourcesolver.resolve.entry.BasicArrayEntry
- All Implemented Interfaces:
ArrayEntry,DescribableEntry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.coley.sourcesolver.resolve.entry.ArrayEntry
isAssignableFrom, isAssignableFrom, toArrayEntry
-
Constructor Details
-
BasicArrayEntry
-
-
Method Details
-
getDimensions
public int getDimensions()- Specified by:
getDimensionsin interfaceArrayEntry- Returns:
- Dimensions of the array.
-
getElementEntry
- Specified by:
getElementEntryin interfaceArrayEntry- Returns:
- Element type of the array.
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribableEntry- Returns:
- Type descriptor of this entry.
-
equals
-
hashCode
public int hashCode() -
toString
-