Package aQute.bnd.osgi
Class Descriptors.ArrayRef
java.lang.Object
aQute.bnd.osgi.Descriptors.ArrayRef
- All Implemented Interfaces:
Descriptors.TypeRef
,Comparable<Descriptors.TypeRef>
- Enclosing class:
- Descriptors
-
Field Details
-
component
-
-
Constructor Details
-
ArrayRef
ArrayRef(Descriptors.TypeRef component)
-
-
Method Details
-
getBinary
- Specified by:
getBinary
in interfaceDescriptors.TypeRef
-
getFQN
- Specified by:
getFQN
in interfaceDescriptors.TypeRef
-
getPath
- Specified by:
getPath
in interfaceDescriptors.TypeRef
-
getSourcePath
- Specified by:
getSourcePath
in interfaceDescriptors.TypeRef
-
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitive
in interfaceDescriptors.TypeRef
-
getComponentTypeRef
- Specified by:
getComponentTypeRef
in interfaceDescriptors.TypeRef
-
getClassRef
- Specified by:
getClassRef
in interfaceDescriptors.TypeRef
-
equals
-
getPackageRef
- Specified by:
getPackageRef
in interfaceDescriptors.TypeRef
-
getShortName
- Specified by:
getShortName
in interfaceDescriptors.TypeRef
-
isJava
public boolean isJava()- Specified by:
isJava
in interfaceDescriptors.TypeRef
-
toString
-
isObject
public boolean isObject()- Specified by:
isObject
in interfaceDescriptors.TypeRef
-
getDottedOnly
- Specified by:
getDottedOnly
in interfaceDescriptors.TypeRef
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Descriptors.TypeRef>
-
hashCode
public int hashCode() -
getShorterName
- Specified by:
getShorterName
in interfaceDescriptors.TypeRef
-
isArray
public boolean isArray()- Specified by:
isArray
in interfaceDescriptors.TypeRef
-
isNested
public boolean isNested()- Specified by:
isNested
in interfaceDescriptors.TypeRef
-