java.lang.Object
coneforest.psylla.core.PsyMark
- All Implemented Interfaces:
PsyObject
The
mark object is used as a mark on the operand stack. There is the only instance of
this class, MARK.-
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 TypeMethodDescriptionReturns abooleanresult of equality test of thisobjectand givenobject.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
MARK
The solemarkobject.
-
-
Method Details