- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyTextual
- All Known Implementing Classes:
PsyFileReader
,PsyName
,PsyReader
,PsyString
,PsyStringBuffer
,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_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
psyEval
(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, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_EVAL
Context action of theeval
operator.
-
-
Method Details
-
psyEval
Evaluate this object in the current context.- Throws:
PsyErrorException
- when an error occurs durind evaluation of this object.
-