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 TypeMethodDescriptionvoidexecute(PsyContext oContext) Execute thisobjectin the given execution context.Returns 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, invoke, psyClone, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
LOOP_MARK
-
STOP_MARK
-
-
Method Details