|
LPEX 4.2.3 |
|||||||||
| 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
public class CppParserWIN
Document parser for Windows-flavoured C/C++.
| Field Summary |
|---|
| Fields inherited from class com.ibm.lpex.cpp.CppParser |
|---|
CLASS_BRACE, CLASS_BWDLINK, CLASS_CASE, CLASS_CICS, CLASS_CLASS, CLASS_CODE, CLASS_COMMENT, CLASS_COMMENTTASK, CLASS_CONTROL, CLASS_DEBUGGABLE, CLASS_DLI, CLASS_ERROR, CLASS_FUNCTION, CLASS_FWDLINK, CLASS_INCLUDE, CLASS_SEMICOLON, CLASS_SPACE, CLASS_SQL |
| Constructor Summary | |
|---|---|
CppParserWIN(LpexView lpexView)
|
|
| Method Summary | |
|---|---|
boolean |
isCLibraryFunction(Token token)
Returns whether the specified token is a Windows C library function. |
boolean |
isExtensionKeyword(Token token)
Returns whether the specified token is a Windows C/C++ extension keyword. |
| Methods inherited from class com.ibm.lpex.cpp.CppParser |
|---|
addErrorMessage, getCicsLexer, getCommentStyleCharacters, getDliLexer, getLanguage, getLanguage, getLshToken, getPopupItem, getPopupItems, getProfile, getSqlLexer, getStream, initParser, isDebuggable, isTokenDelimiter, isWordCharacter, parseAll, parseElement, propertySet, setLexer, setStyleAttributes |
| Methods inherited from class com.ibm.lpex.core.LpexCommonParser |
|---|
addDocumentMessage, addMessage, addMessage, addMessage, blockMarkWord, copyDocumentMessages, cursorIndent, defineFilterAction, defineFilterAction, expandProtoKeyword, getInstallStyleAttributes, getProperty, getStyleName, getStyles, getTextIndent, getToken, getTokenLocation, indentText, indentText, indentText, isPrimaryParser, lineComment, lpexView, matchToken, newLine, openLine, parse, removeDocumentMessages, 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(Token token)
isExtensionKeyword in class CppParsertoken - the token being queried: token.beginLine, token.beginColumn,
token.endLine, and token.endColumn identify its location (ONE-based
elements and positions in the associated document view)public boolean isCLibraryFunction(Token token)
isCLibraryFunction in class CppParsertoken - the token being queried: token.beginLine, token.beginColumn,
token.endLine, and token.endColumn identify its location (ONE-based
elements and positions in the associated document view)
|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||