|
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.LpexCommonParser
com.ibm.lpex.cpp.CppParser
com.ibm.lpex.cpp.CppSqlParser
com.ibm.lpex.cpp.CppSqlParserOS2
Document parser for OS/2-flavoured C/C++ with embedded SQL statements.
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_CONTROL, CLASS_DEBUGGABLE, CLASS_DLI, CLASS_ERROR, CLASS_FUNCTION, CLASS_FWDLINK, CLASS_INCLUDE, CLASS_SEMICOLON, CLASS_SPACE, CLASS_SQL |
Constructor Summary | |
---|---|
CppSqlParserOS2(LpexView lpexView)
|
Method Summary | |
---|---|
boolean |
isCLibraryFunction(com.ibm.lpex.cc.Token token)
Returns whether the specified token is an OS/2 C library function. |
boolean |
isExtensionKeyword(com.ibm.lpex.cc.Token token)
Returns whether the specified token is an OS/2 C/C++ extension keyword. |
Methods inherited from class com.ibm.lpex.cpp.CppSqlParser |
---|
getPopupItems, getSqlLexer |
Methods inherited from class com.ibm.lpex.cpp.CppParser |
---|
addErrorMessage, getCicsLexer, getCommentStyleCharacters, getDliLexer, getLanguage, getLanguage, getLshToken, getProfile, isDebuggable, isTokenDelimiter, parseAll, parseElement, setLexer, setStyleAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CppSqlParserOS2(LpexView lpexView)
Method Detail |
public boolean isExtensionKeyword(com.ibm.lpex.cc.Token token)
isExtensionKeyword
in class CppParser
token
- 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(com.ibm.lpex.cc.Token token)
isCLibraryFunction
in class CppParser
token
- 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)
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |