Searched refs:isBreakableWithoutLabel (Results 1 - 9 of 9) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParserContextSwitchNode.java33 public boolean isBreakableWithoutLabel() { method in class:ParserContextSwitchNode
H A DParserContextLoopNode.java33 public boolean isBreakableWithoutLabel() { method in class:ParserContextLoopNode
H A DParserContextBreakableNode.java39 boolean isBreakableWithoutLabel(); method in interface:ParserContextBreakableNode
H A DParserContextBlockNode.java44 public boolean isBreakableWithoutLabel() { method in class:ParserContextBlockNode
H A DParserContext.java117 if (next.isBreakableWithoutLabel()) {
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBreakableNode.java50 public boolean isBreakableWithoutLabel(); method in interface:BreakableNode
H A DBreakableStatement.java74 public boolean isBreakableWithoutLabel() { method in class:BreakableStatement
H A DBlock.java494 public boolean isBreakableWithoutLabel() { method in class:Block
H A DLexicalContext.java536 if (next.isBreakableWithoutLabel()) {

Completed in 108 milliseconds