java.lang.Object
coneforest.psylla.core.PsyMatcher
- All Implemented Interfaces:
PsyObject,PsyResetable
The representation of
matcher.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of thecapturegroupoperator.static final ContextActionContext action of thecapturegroupcountoperator.static final ContextActionContext action of thefindoperator.static final ContextActionContext action of thematcheroperator.static final ContextActionContext action of thematchesoperator.static final ContextActionContext action of thereplacealloperator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface coneforest.psylla.core.PsyResetable
PSY_RESET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpsyCaptureGroupEnd(PsyObject oKey) psyFind()psyReplaceAll(PsyTextual oReplacement) voidpsyReset()Reset thisresetableobject.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, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_CAPTUREGROUP
Context action of thecapturegroupoperator. -
PSY_CAPTUREGROUPCOUNT
Context action of thecapturegroupcountoperator. -
PSY_FIND
Context action of thefindoperator. -
PSY_MATCHER
Context action of thematcheroperator. -
PSY_MATCHES
Context action of thematchesoperator. -
PSY_REPLACEALL
Context action of thereplacealloperator.
-
-
Constructor Details
-
PsyMatcher
-
-
Method Details
-
psyReset
public void psyReset()Description copied from interface:PsyResetableReset thisresetableobject.- Specified by:
psyResetin interfacePsyResetable
-
psyMatches
-
psyFind
-
psyReplaceAll
-
psyCaptureGroupCount
-
psyCaptureGroupStart
public PsyInteger psyCaptureGroupStart(PsyObject oKey) throws PsyInvalidStateException, PsyRangeCheckException, PsyTypeCheckException, PsyUndefinedException -
psyCaptureGroupEnd
public PsyInteger psyCaptureGroupEnd(PsyObject oKey) throws PsyInvalidStateException, PsyRangeCheckException, PsyTypeCheckException, PsyUndefinedException
-