Package coneforest.psylla.core
Interface PsyReady
-
- All Superinterfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject
- All Known Subinterfaces:
PsyReadable
- All Known Implementing Classes:
PsyFileReader,PsyInput,PsyReader,PsyStringReader
public interface PsyReady extends PsyObject
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PsyBooleanpsyReady()-
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
-
psyReady
PsyBoolean psyReady() throws PsyException
- Throws:
PsyException
-
-