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 ofresetable, an object 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 thisresetableobject.-
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 PsyErrorExceptionReset thisresetableobject.- Throws:
PsyErrorException- when error occured during reset.
-
-