|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexMatch
public final class LpexMatch
Matches parentheses, braces, square brackets, angle brackets.
In the current implementation all the text elements are used, not just the visible ones. SHOW elements are ignored.
Method Summary | |
---|---|
static LpexDocumentLocation |
match(LpexView lpexView,
LpexDocumentLocation loc)
Match a parenthesis / brace / square bracket / angle bracket. |
static LpexDocumentLocation |
match(LpexView lpexView,
LpexDocumentLocation loc,
boolean noisy)
Match a parenthesis / brace / square bracket / angle bracket. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LpexDocumentLocation match(LpexView lpexView, LpexDocumentLocation loc)
lpexView
- document viewloc
- document location of the character to match
null
if none for the parameters specifiedpublic static LpexDocumentLocation match(LpexView lpexView, LpexDocumentLocation loc, boolean noisy)
LpexCommonParser.matchToken(com.ibm.lpex.core.LpexDocumentLocation)
.
lpexView
- document viewloc
- document location of the character to matchnoisy
- true = issue a message for certain errors
null
if none for the parameters specified
|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |