|
LPEX 4.4.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.CppCicsParser
public class CppCicsParser
Document parser for C/C++ with embedded CICS statements.
Action added by this parser: cics for a selective view of the embedded CICS 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_COMMENTTASK, CLASS_CONTROL, CLASS_DEBUGGABLE, CLASS_DLI, CLASS_ERROR, CLASS_FUNCTION, CLASS_FWDLINK, CLASS_INCLUDE, CLASS_SEMICOLON, CLASS_SPACE, CLASS_SQL |
| Constructor Summary | |
|---|---|
CppCicsParser(LpexView lpexView)
Constructor. |
|
| Method Summary | |
|---|---|
CicsLexer |
getCicsLexer(LpexCharStream stream)
Returns the CicsLexer. |
protected String |
getPopupItems(int popupLocation)
Extended to return this parser's contribution to the popup. |
protected void |
initParser()
Extended to define the Filter view submenu editor action cics. |
| Methods inherited from class com.ibm.lpex.cpp.CppParser |
|---|
addErrorMessage, getCommentStyleCharacters, getDliLexer, getLanguage, getLanguage, getLshToken, getPopupItem, getProfile, getSqlLexer, getStream, isCLibraryFunction, isDebuggable, isExtensionKeyword, 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 CppCicsParser(LpexView lpexView)
| Method Detail |
|---|
protected void initParser()
initParser in class CppParserprotected String getPopupItems(int popupLocation)
getPopupItems in class CppParserpopupLocation - the location on the pop-up menu of the items
requested, one of: LpexCommonParser.POPUP_TOP, LpexCommonParser.POPUP_FILTERVIEW,
LpexCommonParser.POPUP_SOURCE, LpexCommonParser.POPUP_END
null if noneLpexCommonParser.defineFilterAction(java.lang.String, java.lang.String)public CicsLexer getCicsLexer(LpexCharStream stream)
getCicsLexer in class CppParserstream - input character stream for the lexer
|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||