Package coneforest.psylla.core
Interface PsyConvertableToReal
-
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Subinterfaces:
PsyRealNumeric
,PsyStringy
- All Known Implementing Classes:
PsyBigInteger
,PsyCommand
,PsyInteger
,PsyName
,PsyReal
,PsyString
public interface PsyConvertableToReal extends PsyObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PsyReal
psyToReal()
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Method Detail
-
psyToReal
PsyReal psyToReal() throws PsyException
- Throws:
PsyException
-
-