- All Superinterfaces:
PsyObject
- All Known Implementing Classes:
PsyFileReader
,PsyInput
,PsyMatcher
,PsyReader
,PsyStringReader
The representation of
resetable
, an object that can be reset in some manner.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of thereset
operator.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_RESET
Context action of thereset
operator.
-
-
Method Details
-
psyReset
Reset thisresetable
object.- Throws:
PsyErrorException
- when error occured during reset.
-