| Package | Description |
|---|---|
| org.ocpsoft.rewrite.param | |
| org.ocpsoft.rewrite.util |
| Modifier and Type | Method and Description |
|---|---|
protected static List<org.ocpsoft.rewrite.param.RegexParameterizedPatternParser.RegexGroup> |
RegexParameterizedPatternParser.getGroups(ParseTools.CaptureType type,
char[] chars) |
| Constructor and Description |
|---|
RegexParameterizedPatternBuilder(ParseTools.CaptureType type,
String pattern)
Create a new
RegexParameterizedPatternBuilder instance with the default parameter regex of ".*". |
RegexParameterizedPatternBuilder(ParseTools.CaptureType type,
String defaultParameterPattern,
String pattern)
Create a new
RegexParameterizedPatternBuilder instance. |
RegexParameterizedPatternParser(ParseTools.CaptureType type,
String pattern)
Create a new
RegexParameterizedPatternParser instance with the default parameter regex of ".*". |
RegexParameterizedPatternParser(ParseTools.CaptureType type,
String defaultParameterPattern,
String pattern)
Create a new
RegexParameterizedPatternParser instance. |
| Modifier and Type | Method and Description |
|---|---|
static ParseTools.CaptureType |
ParseTools.CaptureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseTools.CaptureType[] |
ParseTools.CaptureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ParseTools.CapturingGroup |
ParseTools.balancedCapture(char[] chars,
int startPos,
int endPos,
ParseTools.CaptureType type)
Return the index of the terminating character in the group, excluding markers.
|
Copyright © 2023 OCPsoft. All rights reserved.