|
rewrite-impl-config 1.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.bind.parse.ParseTools
public abstract class ParseTools
| Constructor Summary | |
|---|---|
ParseTools()
|
|
| Method Summary | |
|---|---|
static CapturingGroup |
balancedCapture(char[] chars,
int startPos,
int endPos,
CaptureType type)
Return the index of the terminating character in the group, excluding markers. |
static boolean |
isEscaped(char[] chars,
int cursor)
Return true if the character at the given cursor is escaped; otherwise, return false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseTools()
| Method Detail |
|---|
public static CapturingGroup balancedCapture(char[] chars,
int startPos,
int endPos,
CaptureType type)
public static boolean isEscaped(char[] chars,
int cursor)
|
rewrite-impl-config 1.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||