rewrite-impl-config 1.0.5.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.util.Maps
 
addListValue(Map<K, List<T>>, K, T) - Static method in class org.ocpsoft.rewrite.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, Map<String, ? extends Bindable<?>>) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern.
build(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression to build a String from the given pattern.
buildUnsafe(Object...) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
Use this expression's pattern to build a String from the given 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
 
constrainedBy(Constraint<String>) - Method in class org.ocpsoft.rewrite.bind.RegexCapture
 

G

getBegin() - Method in enum org.ocpsoft.rewrite.bind.parse.CaptureType
 
getBindable(RegexCapture) - Method in interface org.ocpsoft.rewrite.bind.ParameterizedPattern.Transposition
 
getCapture() - Method in class org.ocpsoft.rewrite.bind.RegexCapture
 
getCaptured() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 
getConstraints() - Method in class org.ocpsoft.rewrite.bind.RegexCapture
 
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.RegexCapture
 
getListValue(Map<String, List<T>>, String, int) - Static method in class org.ocpsoft.rewrite.util.Maps
 
getMatcher(String) - Method in class org.ocpsoft.rewrite.bind.ParameterizedPattern
 
getName() - Method in class org.ocpsoft.rewrite.bind.RegexCapture
 
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 Parameter 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.RegexCapture
 
getStart() - Method in class org.ocpsoft.rewrite.bind.parse.CapturingGroup
 
getTransforms() - Method in class org.ocpsoft.rewrite.bind.RegexCapture
 

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.util
 
Maps() - Constructor for class org.ocpsoft.rewrite.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.RegexCapture
 

O

org.ocpsoft.rewrite.bind - package org.ocpsoft.rewrite.bind
 
org.ocpsoft.rewrite.bind.parse - package org.ocpsoft.rewrite.bind.parse
 
org.ocpsoft.rewrite.util - package org.ocpsoft.rewrite.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.Transposition - Interface in org.ocpsoft.rewrite.bind
 
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

RegexCapture - Class in org.ocpsoft.rewrite.bind
Resultant capture of a ParameterizedPattern, used to store matching data and Binding instances.
RegexCapture(CapturingGroup, int) - Constructor for class org.ocpsoft.rewrite.bind.RegexCapture
Create a new instance for the given CapturingGroup, using ".*" as the default pattern.

T

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

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.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.