Package coneforest.psylla.core
Class PsyMark
- java.lang.Object
-
- coneforest.psylla.core.PsyMark
-
- All Implemented Interfaces:
PsyAtomic
,PsyConvertableToName
,PsyConvertableToString
,PsyObject
public final class PsyMark extends Object implements PsyAtomic
A representation of Ψ-mark
object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsyBoolean
psyEq(PsyObject o)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Field Detail
-
MARK
public static final PsyMark MARK
The sole Ψ-mark
object.
-
-
Method Detail
-
psyEq
public PsyBoolean psyEq(PsyObject o)
-
-