Searched defs:getCondition (Results 1 - 25 of 29) sorted by relevance

12

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DDoWhileLoopTree.java49 ExpressionTree getCondition(); method in interface:DoWhileLoopTree
H A DWhileLoopTree.java49 ExpressionTree getCondition(); method in interface:WhileLoopTree
H A DAssertTree.java49 ExpressionTree getCondition(); method in interface:AssertTree
H A DConditionalExpressionTree.java47 ExpressionTree getCondition(); method in interface:ConditionalExpressionTree
H A DForLoopTree.java59 ExpressionTree getCondition(); method in interface:ForLoopTree
H A DIfTree.java53 ExpressionTree getCondition(); method in interface:IfTree
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DWhileLoopTree.java46 ExpressionTree getCondition(); method in interface:WhileLoopTree
H A DDoWhileLoopTree.java47 ExpressionTree getCondition(); method in interface:DoWhileLoopTree
H A DConditionalLoopTree.java39 ExpressionTree getCondition(); method in interface:ConditionalLoopTree
H A DCatchTree.java60 ExpressionTree getCondition(); method in interface:CatchTree
H A DForLoopTree.java53 ExpressionTree getCondition(); method in interface:ForLoopTree
H A DConditionalExpressionTree.java44 ExpressionTree getCondition(); method in interface:ConditionalExpressionTree
H A DIfTree.java50 ExpressionTree getCondition(); method in interface:IfTree
H A DWhileLoopTreeImpl.java47 public ExpressionTree getCondition() { method in class:WhileLoopTreeImpl
H A DDoWhileLoopTreeImpl.java47 public ExpressionTree getCondition() { method in class:DoWhileLoopTreeImpl
H A DCatchTreeImpl.java61 public ExpressionTree getCondition() { method in class:CatchTreeImpl
H A DForLoopTreeImpl.java60 public ExpressionTree getCondition() { method in class:ForLoopTreeImpl
H A DConditionalExpressionTreeImpl.java49 public ExpressionTree getCondition() { method in class:ConditionalExpressionTreeImpl
H A DIfTreeImpl.java48 public ExpressionTree getCondition() { method in class:IfTreeImpl
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/loops/
H A DLoopingCondition.java48 public IRNode getCondition() { method in class:LoopingCondition
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DDeoptimizingGuard.java37 LogicNode getCondition(); method in interface:DeoptimizingGuard
H A DGuardNode.java85 public LogicNode getCondition() { method in class:GuardNode
H A DAbstractFixedGuardNode.java50 public LogicNode getCondition() { method in class:AbstractFixedGuardNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DBranchProbabilityNode.java79 public ValueNode getCondition() { method in class:BranchProbabilityNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DIntegerBelowNode.java126 protected Condition getCondition() { method in class:IntegerBelowNode.BelowOp

Completed in 144 milliseconds

12