- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyTextual
- All Known Implementing Classes:
PsyCommand,PsyFileReader,PsyName,PsyReader,PsyString,PsyStringReader
The representation of
evaluable, an object that can be interpreted as the program.-
Field Summary
FieldsFields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE -
Method Summary
Modifier and TypeMethodDescriptionvoidpsyEval(PsyContext oContext) Evaluate this object in the current context.Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_EVAL
Context action of theevaloperator.
-
-
Method Details
-
psyEval
Evaluate this object in the current context.- Throws:
PsyErrorException- when an error occurs durind evaluation of this object.
-