Uses of Enum
org.ocpsoft.rewrite.util.ParseTools.CaptureType
Packages that use ParseTools.CaptureType
-
Uses of ParseTools.CaptureType in org.ocpsoft.rewrite.param
Methods in org.ocpsoft.rewrite.param with parameters of type ParseTools.CaptureTypeModifier and TypeMethodDescriptionprotected static List<org.ocpsoft.rewrite.param.RegexParameterizedPatternParser.RegexGroup>RegexParameterizedPatternParser.getGroups(ParseTools.CaptureType type, char[] chars) Constructors in org.ocpsoft.rewrite.param with parameters of type ParseTools.CaptureTypeModifierConstructorDescriptionRegexParameterizedPatternBuilder(ParseTools.CaptureType type, String pattern) Create a newRegexParameterizedPatternBuilderinstance with the default parameter regex of ".*".RegexParameterizedPatternBuilder(ParseTools.CaptureType type, String defaultParameterPattern, String pattern) Create a newRegexParameterizedPatternBuilderinstance.RegexParameterizedPatternParser(ParseTools.CaptureType type, String pattern) Create a newRegexParameterizedPatternParserinstance with the default parameter regex of ".*".RegexParameterizedPatternParser(ParseTools.CaptureType type, String defaultParameterPattern, String pattern) Create a newRegexParameterizedPatternParserinstance. -
Uses of ParseTools.CaptureType in org.ocpsoft.rewrite.util
Methods in org.ocpsoft.rewrite.util that return ParseTools.CaptureTypeModifier and TypeMethodDescriptionstatic ParseTools.CaptureTypeReturns 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.Methods in org.ocpsoft.rewrite.util with parameters of type ParseTools.CaptureTypeModifier and TypeMethodDescriptionstatic ParseTools.CapturingGroupParseTools.balancedCapture(char[] chars, int startPos, int endPos, ParseTools.CaptureType type) Return the index of the terminating character in the group, excluding markers.