Home
last modified time | relevance | path

Searched refs:switchWithTry (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DCompactConstructorDeclaration.java31 this.containsSwitchWithTry = parser.switchWithTry; in parseStatements()
H A DMethodDeclaration.java226 this.containsSwitchWithTry = parser.switchWithTry; in parseStatements()
H A DConstructorDeclaration.java583 this.containsSwitchWithTry = parser.switchWithTry; in parseStatements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java918 public boolean switchWithTry = false; field in Parser
9934 this.switchWithTry |= s.containsTry; in consumeSwitchExpression()
12268 this.switchWithTry = false; in initialize()
13443 this.switchWithTry = false; in prepareForBlockStatements()
14052 this.switchWithTry = false; in resetStacks()
14283 this.switchWithTry = parser.switchWithTry; in copyState()