- getCapture() - Method in class com.florianingerl.util.regex.CaptureTreeNode
-
Returns a
Capture object that contains the start and end index of
the region of the input sequence captured
- getChildren() - Method in class com.florianingerl.util.regex.CaptureTreeNode
-
Returns the children of this node
- getDescription() - Method in exception com.florianingerl.util.regex.PatternSyntaxException
-
Retrieves the description of the error.
- getEnd() - Method in class com.florianingerl.util.regex.Capture
-
Returns the end index of the range of the input sequence that was
captured
- getGroupName() - Method in class com.florianingerl.util.regex.CaptureTreeNode
-
- getGroupNumber() - Method in class com.florianingerl.util.regex.CaptureTreeNode
-
- getIndex() - Method in exception com.florianingerl.util.regex.PatternSyntaxException
-
Retrieves the error index.
- getInput() - Method in interface com.florianingerl.util.regex.CaptureReplacer
-
Returns the whole input sequence
- getInput() - Method in class com.florianingerl.util.regex.DefaultCaptureReplacer
-
- getMessage() - Method in exception com.florianingerl.util.regex.PatternSyntaxException
-
Returns a multi-line string containing the description of the syntax
error and its index, the erroneous regular-expression pattern, and a
visual indication of the error index within the pattern.
- getMode() - Method in class com.florianingerl.util.regex.Matcher
-
Returns this matcher's matching mode.
- getParent() - Method in class com.florianingerl.util.regex.CaptureTreeNode
-
Returns the parent of this node
- getPattern() - Method in exception com.florianingerl.util.regex.PatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getRoot() - Method in class com.florianingerl.util.regex.CaptureTree
-
Returns the root of this capture tree
- getStart() - Method in class com.florianingerl.util.regex.Capture
-
Returns the start index of the range of the input sequence that was
captured
- getValue() - Method in class com.florianingerl.util.regex.Capture
-
Returns the substring of the input sequence that was captured
- group() - Method in class com.florianingerl.util.regex.Matcher
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in class com.florianingerl.util.regex.Matcher
-
Returns the input subsequence captured by the given group during the previous
match operation.
- group(String) - Method in class com.florianingerl.util.regex.Matcher
-
Returns the input subsequence captured by the given
named-capturing group during the
previous match operation.
- group() - Method in interface com.florianingerl.util.regex.MatchResult
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in interface com.florianingerl.util.regex.MatchResult
-
Returns the input subsequence captured by the given group during the
previous match operation.
- group(String) - Method in interface com.florianingerl.util.regex.MatchResult
-
- groupCount() - Method in class com.florianingerl.util.regex.Matcher
-
Returns the number of capturing groups in this matcher's pattern.
- groupCount() - Method in interface com.florianingerl.util.regex.MatchResult
-
Returns the number of capturing groups in this match result's pattern.