xjavadoc
final class UnknownClass extends AbstractClass
UNKNOWN: February 17, 2002
Field Summary | |
---|---|
static int | instanceCount |
Constructor Summary | |
---|---|
UnknownClass(XJavaDoc xJavaDoc, String qualifiedName) |
Method Summary | |
---|---|
boolean | isPrimitive() |
boolean | isWriteable()
whether this class can be saved ( it cannot )
|
boolean | saveNeeded()
this class is not intended to be saved
|
void | setDirty()
no op for sake of interface implementation |
Parameters: qualifiedName
UNKNOWN: We're setting super to java.lang.Object, but if an instance represents an unknown interface, then the superclass should be null. How do we know whether an instance represents a class or an interface? (Aslak)
Returns: false since this class can not be saved
Returns: always false