public class Logical extends Object
| Constructor and Description |
|---|
Logical() |
| Modifier and Type | Method and Description |
|---|---|
static int |
indexOfParenthesisMatch(String str,
int first)
Given a string and a position in that string of an open parend, find the matching close parend.
|
static PathMatcher |
parse(String expression) |
public static final String PREFIX
public static PathMatcher parse(String expression)
public static int indexOfParenthesisMatch(String str, int first)
str - The string to be searched for a matching parend.first - The index in the string of the opening parend whose close value is to be searched.Copyright © 2011–2014 Red Hat. All rights reserved.