|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The top root of Postscript object hierarchy.
PSObject is an empty interface definition. It is used only to tag which classes can be valid objects for Postscript programming language.
If a class is tagged with PSObject then it valid,otherwise is not. Another reason why this blank interface is used,is to create a top root for the interface hierarchy trees so that the two direct known subinterfaces,PSLiteral and PSOperator,can have a common top level.
PSObject can also be used as a supertype for many other subinterfaces (and classes that implement those subinterfaces) so that more wider points of object views can be used. Each subinterface that extends this interface,gains only in semantics and nothing more.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||