Package coneforest.psylla.core
Interface PsyAtomic
-
- All Superinterfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject
- All Known Subinterfaces:
PsyIntegral,PsyNumeric,PsyRealNumeric
- All Known Implementing Classes:
PsyBigInteger,PsyBoolean,PsyCommand,PsyComplex,PsyInteger,PsyMark,PsyName,PsyNull,PsyOperator,PsyOperator.Action,PsyOperator.Arity00,PsyOperator.Arity01,PsyOperator.Arity10,PsyOperator.Arity11,PsyOperator.Arity20,PsyOperator.Arity21,PsyOperator.Arity30,PsyOperator.Arity31,PsyOperator.Method,PsyReal,PsyRegExp
public interface PsyAtomic extends PsyObject
A representation of Ψ-atomic, a type of immutable objects.
-
-
Method Summary
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-