java.lang.Object
coneforest.psylla.core.PsyExecMark
- All Implemented Interfaces:
PsyObject
-
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 TypeMethodDescriptionvoid
execute
(PsyContext oContext) Execute thisobject
in the given execution context.Returns aboolean
result of equality test of thisobject
and givenobject
.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, invoke, psyClone, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
LOOP_MARK
-
STOP_MARK
-
-
Method Details