|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexMatch
Match parentheses, braces, square brackets, angle brackets.
Method Summary | |
---|---|
static LpexDocumentLocation |
match(LpexView lpexView,
LpexDocumentLocation loc)
Match a paranthesis / brace / square bracket / angle bracket. |
static LpexDocumentLocation |
match(LpexView lpexView,
LpexDocumentLocation loc,
boolean noisy)
Match a paranthesis / 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
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |