rewrite-impl-config 1.0.3.Final
A B C G I M O P R T V

A

addArrayValue(Map<T, String[]>, T, String) - Static method in class org.ocpsoft.rewrite.bind.util.Maps
 
addListValue(Map<K, List<T>>, K, T) - Static method in class org.ocpsoft.rewrite.bind.util.Maps
 

B

balancedCapture(char[], int, int, CaptureType) - Static method in class org.ocpsoft.rewrite.bind.parse.ParseTools
Return the index of the terminating character in the group, excluding markers.
build(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern.
build(Object...) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern and values.
build(Map<String, List<Object>>) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern and values.
buildUnsafe(Object...) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern and values.
buildUnsafe(Map<String, List<Object>>) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern and values.

C

CaptureType - Enum in org.ocpsoft.rewrite.bind.parse
 
CapturingGroup - Class in org.ocpsoft.rewrite.bind.parse
 
CapturingGroup(char[], int, int) - Constructor for class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 

G

getBegin() - Method in enum org.ocpsoft.rewrite.bind.parse.CaptureType
 
getCapture() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
getCaptured() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 
getEnd() - Method in enum org.ocpsoft.rewrite.bind.parse.CaptureType
 
getEnd() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 
getIndex() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
getListValue(Map<String, List<T>>, String, int) - Static method in class org.ocpsoft.rewrite.bind.util.Maps
 
getMatcher(String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
 
getName() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
getParameter(String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Get the Parameter with the given name.
getParameterNames() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Get a List of all defined ParameterizedPattern.RegexParameter names.
getParameters() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Get all Parameter instances detected during expression parsing.
getPattern() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
getStart() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 

I

isEscaped(char[], int) - Static method in class org.ocpsoft.rewrite.bind.parse.ParseTools
Return true if the character at the given cursor is escaped; otherwise, return false.

M

Maps - Class in org.ocpsoft.rewrite.bind.util
 
Maps() - Constructor for class org.ocpsoft.rewrite.bind.util.Maps
 
matches(Rewrite, EvaluationContext, String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Return true if this expression matches the given String.
matches(String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
matches(String) - Method in class org.ocpsoft.rewrite.bind.RegexConditionParameterBuilder
 
matches(String) - Method in class org.ocpsoft.rewrite.bind.RegexOperationParameterBuilder
 

O

org.ocpsoft.rewrite.bind - package org.ocpsoft.rewrite.bind
 
org.ocpsoft.rewrite.bind.parse - package org.ocpsoft.rewrite.bind.parse
 
org.ocpsoft.rewrite.bind.util - package org.ocpsoft.rewrite.bind.util
 

P

ParameterizedPattern - Class in org.ocpsoft.rewrite.bind
An Parameterized regular expression Pattern.
ParameterizedPattern(String) - Constructor for class org.ocpsoft.rewrite.bind.ParameterizedPattern
Create a new ParameterizedPattern instance with the default CaptureType.BRACE and parameter pattern of ".*".
ParameterizedPattern(String, String) - Constructor for class org.ocpsoft.rewrite.bind.ParameterizedPattern
Create a new ParameterizedPattern instance with the default CaptureType.BRACE.
ParameterizedPattern(CaptureType, String) - Constructor for class org.ocpsoft.rewrite.bind.ParameterizedPattern
Create a new ParameterizedPattern instance with the default parameter regex of ".*".
ParameterizedPattern(CaptureType, String, String) - Constructor for class org.ocpsoft.rewrite.bind.ParameterizedPattern
Create a new ParameterizedPattern instance.
ParameterizedPattern.RegexParameter - Class in org.ocpsoft.rewrite.bind
 
ParameterizedPattern.RegexParameter(CapturingGroup, int) - Constructor for class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
Create a new instance for the given CapturingGroup, using ".*" as the default pattern.
parse(Rewrite, EvaluationContext, String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Parses the given string if it matches this expression.
ParseTools - Class in org.ocpsoft.rewrite.bind.parse
 
ParseTools() - Constructor for class org.ocpsoft.rewrite.bind.parse.ParseTools
 

R

RegexConditionParameterBuilder - Class in org.ocpsoft.rewrite.bind
 
RegexConditionParameterBuilder(ParameterizedCondition<ConditionParameterBuilder<RegexConditionParameterBuilder, String>, String>, ParameterizedPattern.RegexParameter...) - Constructor for class org.ocpsoft.rewrite.bind.RegexConditionParameterBuilder
 
RegexOperationParameterBuilder - Class in org.ocpsoft.rewrite.bind
 
RegexOperationParameterBuilder(ParameterizedOperation<OperationParameterBuilder<RegexOperationParameterBuilder, String>, String>, ParameterizedPattern.RegexParameter...) - Constructor for class org.ocpsoft.rewrite.bind.RegexOperationParameterBuilder
 

T

toArrayMap(Map<String, List<String>>) - Static method in class org.ocpsoft.rewrite.bind.util.Maps
 
toString() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern.RegexParameter
 
toString() - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
 
toString() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 

V

valueOf(String) - Static method in enum org.ocpsoft.rewrite.bind.parse.CaptureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ocpsoft.rewrite.bind.parse.CaptureType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C G I M O P R T V
rewrite-impl-config 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.