|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexCommonParser
com.ibm.lpex.cpp.CppParser
com.ibm.lpex.cpp.CppParserWIN
Document parser for MS Windows-flavoured C/C++.
Field Summary |
---|
Constructor Summary | |
---|---|
CppParserWIN(LpexView lpexView)
|
Method Summary | |
---|---|
boolean | isCLibraryFunction(com.ibm.lpex.cc.Token token)
Query whether the token passed is a C library function. |
boolean | isExtensionKeyword(com.ibm.lpex.cc.Token token)
Query whether the token passed is an extension keyword. |
Methods inherited from class com.ibm.lpex.cpp.CppParser |
---|
addErrorMessage, getCicsLexer, getCommentStyleCharacters, getLanguage, getLanguage, getLshToken, getPopupItems, getProfile, getSqlLexer, isDebuggable, isTokenDelimiter, parseAll, parseElement, setLexer, setStyleAttributes |
Methods inherited from class com.ibm.lpex.core.LpexCommonParser |
---|
addMessage, addMessage, addMessage, blockMarkWord, cursorIndent, expandProtoKeyword, getInstallStyleAttributes, getPopupParserItems, getPopupViewItems, getProperty, getStyleName, getStyles, getTextIndent, getToken, getTokenLocation, indentText, indentText, indentText, lineComment, lpexView, matchToken, newLine, openLine, parse, removeMessages, removeMessages, resetParser, setProperty, setStyle, splitLine, styleString, terminateParser, tokenBegin, tokenEnd, totalParse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CppParserWIN(LpexView lpexView)
Method Detail |
public boolean isExtensionKeyword(com.ibm.lpex.cc.Token token)
public boolean isCLibraryFunction(com.ibm.lpex.cc.Token token)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |