Package coneforest.psylla.core
Interface PsyEvaluable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Subinterfaces:
PsyTextual
- All Known Implementing Classes:
PsyCommand
,PsyFileReader
,PsyName
,PsyReader
,PsyString
,PsyStringReader
A representation of
evaluable
, a type of objects that can be
interpreted as the program.-
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
-
psyEval
Evaluate this object in the current context.- Throws:
PsyErrorException
- when an error occurs durind evaluation of this object.
-