Package coneforest.psylla.core
Interface PsyResetable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Implementing Classes:
PsyFileReader
,PsyInput
,PsyMatcher
,PsyReader
,PsyStringReader
A representation of
resetable
, an object that can be reset in some
sense.-
Field Summary
Fields -
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
-
OPERATORS
-
-
Method Details
-
psyReset
Reset thisresetable
object.- Throws:
PsyErrorException
- when error occured during reset.
-