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.void
invoke
(PsyContext oContext) Invoke 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, psyClone, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
LOOP_MARK
-
STOP_MARK
-
-
Method Details
-
execute
Description copied from interface:PsyObject
Execute thisobject
in the given execution context. Pushes thisobject
into context’s operand stack. -
invoke
Description copied from interface:PsyObject
Invoke thisobject
in the given execution context. Pushes thisobject
into context’s operand stack. -
psyEq
Description copied from interface:PsyObject
Returns aboolean
result of equality test of thisobject
and givenobject
.
-