You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSGetMain64OptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,14 @@ public CICSGetMain64OptionsUtility(DialectProcessingContext context, List<Syntax
58
58
* @param <E> A subclass of ParserRuleContext
59
59
*/
60
60
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
61
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_getmain64) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSGetMainOptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,14 @@ public CICSGetMainOptionsUtility(DialectProcessingContext context, List<SyntaxEr
59
59
* @param <E> A subclass of ParserRuleContext
60
60
*/
61
61
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
62
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_getmain) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSMoveOptionsCheckUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ public CICSMoveOptionsCheckUtility(
60
60
*/
61
61
@Override
62
62
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
63
-
if (RULE_cics_move == (ctx.getParent().getRuleIndex())) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSReadNextReadPrevOptionsUtility.java
+4-6
Original file line number
Diff line number
Diff line change
@@ -69,23 +69,21 @@ public CICSReadNextReadPrevOptionsUtility(DialectProcessingContext context, List
69
69
* @param <E> A subclass of ParserRuleContext
70
70
*/
71
71
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
72
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_readnext_readprev) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSTestOptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,13 @@ public CICSTestOptionsUtility(DialectProcessingContext context, List<SyntaxError
53
53
* @param <E> A subclass of ParserRuleContext
54
54
*/
55
55
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
56
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_test) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSUnlockOptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,14 @@ public CICSUnlockOptionsUtility(DialectProcessingContext context, List<SyntaxErr
56
56
* @param <E> A subclass of ParserRuleContext
57
57
*/
58
58
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
59
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_unlock) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSWaitCicsOptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ public CICSWaitCicsOptionsUtility(DialectProcessingContext context, List<SyntaxE
57
57
* @param <E> A subclass of ParserRuleContext
58
58
*/
59
59
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
60
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_waitcics) {
Copy file name to clipboardExpand all lines: server/engine/src/main/java/org/eclipse/lsp/cobol/implicitDialects/cics/utility/CICSXctlOptionsUtility.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,14 @@ public CICSXctlOptionsUtility(DialectProcessingContext context, List<SyntaxError
56
56
* @param <E> A subclass of ParserRuleContext
57
57
*/
58
58
public <EextendsParserRuleContext> voidcheckOptions(Ectx) {
59
-
if (ctx.getParent().getRuleIndex() == CICSParser.RULE_cics_xctl) {
0 commit comments