- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyContainer<T>,PsyFormalArray<T>,PsyFormalDict<V>,PsyFormalQueue<T>,PsyFormalSet<T>
- All Known Implementing Classes:
PsyArray,PsyBitArray,PsyBitSet,PsyBlockingQueue,PsyConfigDict,PsyDict,PsyErrorDict,PsyModule,PsyNamespace,PsyProc,PsySet,PsyString,PsySystemDict
The representation of
clearable, a type of objects that can be cleared (emptied) in some
manner.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of theclearoperator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE -
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_CLEAR
Context action of theclearoperator.
-
-
Method Details
-
psyClear
void psyClear()Clear this object.
-