- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyIntegral
, PsyRational
, PsyRealNumeric
, PsyTextual
- All Known Implementing Classes:
PsyBigFraction
, PsyBigInteger
, PsyCommand
, PsyFraction
, PsyInteger
, PsyName
, PsyReal
, PsyString
@Type("convertabletointeger")
public interface PsyConvertableToInteger
extends PsyObject
-
Field Summary
Fields
Context action of the tointeger
operator.
-
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
-
PSY_TOINTEGER
Context action of the tointeger
operator.
-