public class SyntaxUtilities extends Object
| Constructor and Description |
|---|
SyntaxUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
regionMatches(boolean ignoreCase,
Segment text,
int offset,
char[] match)
Checks if a subregion of a
Segment is equal to a
character array. |
public static boolean regionMatches(boolean ignoreCase,
Segment text,
int offset,
char[] match)
Segment is equal to a
character array.ignoreCase - True if case should be ignored, false otherwisetext - The segmentoffset - The offset into the segmentmatch - The character array to matchCopyright © 2017 etc.to. All rights reserved.