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.
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpsyReset()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
-
-
-
-
Field Detail
-
OPERATORS
static final PsyOperator[] OPERATORS
-
-
Method Detail
-
psyReset
void psyReset() throws PsyExceptionReset this object.- Throws:
PsyException- when error occured during reset.
-
-