Package coneforest.psylla.core
Interface PsyResetable
-
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Implementing Classes:
PsyFileReader
,PsyInput
,PsyMatcher
,PsyReader
,PsyStringReader
public interface PsyResetable extends PsyObject
A representation of Ψ-resetable
, a type of objects that can be reset in some sense.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
psyReset()
Reset this object.-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Method Detail
-
psyReset
void psyReset() throws PsyException
Reset this object.- Throws:
PsyException
- when error occured during reset.
-
-