Package coneforest.psylla.core
Interface PsyFlushable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Implementing Classes:
PsyFileWriter
,PsyOutput
,PsyStringWriter
,PsyWriter
A representation of a
flushable
, a type of objects that can be
flushed in some sense.-
Field Summary
Fields -
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
OPERATORS
-
-
Method Details
-
psyFlush
Flush thisflushable
.- Throws:
PsyErrorException
- when error occurs during flush.
-