|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.ps.PsNull
public final class PsNull
A PostScript null object.
Method Summary | |
---|---|
PsObject |
duplicate()
This is a shallow copy. |
boolean |
equals(Object anObject)
|
PsNull |
getInstance()
Returns the singleton instance of this class. |
PsName |
getTypeName()
Needed for the "type" operator. |
boolean |
isComparable(PsObject object)
Test the comparability of two PSObjects. |
boolean |
isComposite()
The method should be overridden by composite objects. |
boolean |
isExecutable()
Indicates whether this object is executable. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PsNull getInstance()
public PsObject duplicate()
PsObject
duplicate
in interface PsObject
public boolean isComposite()
PsObject
isComposite
in interface PsObject
public boolean equals(Object anObject)
equals
in class Object
public boolean isExecutable()
PsObject
isExecutable
in interface PsObject
public boolean isComparable(PsObject object)
PsObject
isComparable
in interface PsObject
object
- The object that should be tested for comparability.
this
is comparable to object
,
false otherwise.public PsName getTypeName()
PsObject
getTypeName
in interface PsObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |