java.lang.Object
coneforest.psylla.core.PsyMatcher
- All Implemented Interfaces:
PsyObject
,PsyResetable
The representation of
matcher
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of thecapturegroup
operator.static final ContextAction
Context action of thecapturegroupcount
operator.static final ContextAction
Context action of thefind
operator.static final ContextAction
Context action of thematcher
operator.static final ContextAction
Context action of thematches
operator.static final ContextAction
Context action of thereplaceall
operator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE
Fields inherited from interface coneforest.psylla.core.PsyResetable
PSY_RESET
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpsyCaptureGroupEnd
(PsyObject oKey) psyFind()
psyReplaceAll
(PsyTextual oReplacement) void
psyReset()
Reset thisresetable
object.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, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_CAPTUREGROUP
Context action of thecapturegroup
operator. -
PSY_CAPTUREGROUPCOUNT
Context action of thecapturegroupcount
operator. -
PSY_FIND
Context action of thefind
operator. -
PSY_MATCHER
Context action of thematcher
operator. -
PSY_MATCHES
Context action of thematches
operator. -
PSY_REPLACEALL
Context action of thereplaceall
operator.
-
-
Constructor Details
-
PsyMatcher
-
-
Method Details
-
psyReset
public void psyReset()Description copied from interface:PsyResetable
Reset thisresetable
object.- Specified by:
psyReset
in 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
-