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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
psyFlush()
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
-
-
-
-
Method Detail
-
psyFlush
void psyFlush() throws PsyException
Flush this object.- Throws:
PsyException
- when error occurs during flush.
-
-