rewrite-impl-config 1.0.5.Final

Uses of Class
org.ocpsoft.rewrite.bind.parse.CaptureType

Packages that use CaptureType
org.ocpsoft.rewrite.bind   
org.ocpsoft.rewrite.bind.parse   
 

Uses of CaptureType in org.ocpsoft.rewrite.bind
 

Constructors in org.ocpsoft.rewrite.bind with parameters of type CaptureType
ParameterizedPattern(CaptureType type, String pattern)
          Create a new ParameterizedPattern instance with the default parameter regex of ".*".
ParameterizedPattern(CaptureType type, String parameterPattern, String pattern)
          Create a new ParameterizedPattern instance.
 

Uses of CaptureType in org.ocpsoft.rewrite.bind.parse
 

Methods in org.ocpsoft.rewrite.bind.parse that return CaptureType
static CaptureType CaptureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CaptureType[] CaptureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ocpsoft.rewrite.bind.parse with parameters of type CaptureType
static CapturingGroup ParseTools.balancedCapture(char[] chars, int startPos, int endPos, CaptureType type)
          Return the index of the terminating character in the group, excluding markers.
 


rewrite-impl-config 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.