Package coneforest.psylla.core
Interface PsyFlushable
-
- All Superinterfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject
- All Known Implementing Classes:
PsyFileWriter,PsyOutput,PsyStringWriter,PsyWriter
public interface PsyFlushable extends PsyObject
A representation of Ψ-flushable, a type of objects that can be flushed 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 voidpsyFlush()Flush 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
-
psyFlush
void psyFlush() throws PsyExceptionFlush this object.- Throws:
PsyException- when error occurs during flush.
-
-