Searched refs:getVariable (Results 1 - 25 of 51) sorted by relevance

123

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DCompoundAssignmentTree.java48 ExpressionTree getVariable(); method in interface:CompoundAssignmentTree
H A DAssignmentTree.java47 ExpressionTree getVariable(); method in interface:AssignmentTree
H A DEnhancedForLoopTree.java48 VariableTree getVariable(); method in interface:EnhancedForLoopTree
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DAssignmentTree.java44 ExpressionTree getVariable(); method in interface:AssignmentTree
H A DCompoundAssignmentTree.java45 ExpressionTree getVariable(); method in interface:CompoundAssignmentTree
H A DForInLoopTree.java45 ExpressionTree getVariable(); method in interface:ForInLoopTree
H A DForOfLoopTree.java45 ExpressionTree getVariable(); method in interface:ForOfLoopTree
H A DForInLoopTreeImpl.java54 public ExpressionTree getVariable() { method in class:ForInLoopTreeImpl
H A DForOfLoopTreeImpl.java51 public ExpressionTree getVariable() { method in class:ForOfLoopTreeImpl
H A DAssignmentTreeImpl.java48 public ExpressionTree getVariable() { method in class:AssignmentTreeImpl
H A DCompoundAssignmentTreeImpl.java50 public ExpressionTree getVariable() { method in class:CompoundAssignmentTreeImpl
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/decoder/
H A DVarElementHandler.java64 this.value = ValueObjectImpl.create(getVariable(value));
H A DElementHandler.java93 protected final Object getVariable(String id) { method in class:ElementHandler
102 ? this.parent.getVariable(id)
103 : this.owner.getVariable(id);
H A DObjectElementHandler.java144 return ValueObjectImpl.create(getVariable(this.idref));
/openjdk10/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/
H A DSetVariable.java42 if(!id.getVariable().equals("b"))
43 throw new RuntimeException("id.getVariable() does't return \"b\"!");
H A DNewModelIdentifierStringInt.java43 if(id.getVariable() != null)
44 throw new RuntimeException("id.getVariable() doesn't return null!");
H A DNewModelIdentifierStringString.java43 if(!id.getVariable().equals("a"))
44 throw new RuntimeException("id.getVariable() doesn't return \"a\"!");
H A DNewModelIdentifierString.java43 if(id.getVariable() != null)
44 throw new RuntimeException("id.getVariable() doesn't return null!");
H A DNewModelIdentifierStringStringInt.java43 if(!id.getVariable().equals("a"))
44 throw new RuntimeException("id.getVariable() doesn't return \"a\"!");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/constopt/
H A DDefUseTree.java52 public Variable getVariable() { method in class:DefUseTree
H A DConstantLoadOptimization.java157 Variable var = tree.getVariable();
272 try (Indent i = debug.logAndIndent("Variable: %s, Block: %s, prob.: %f", tree.getVariable(), tree.getBlock(), tree.getBlock().probability())) {
279 try (DebugContext.Scope s = debug.scope("CLOmodify", constTree); Indent i = debug.logAndIndent("Replacing %s = %s", tree.getVariable(), tree.getConstant().toValueString())) {
294 debug.dump(DebugContext.DETAILED_LEVEL, constTree, "ConstantTree for %s", tree.getVariable());
305 insertLoad(tree.getConstant(), tree.getVariable().getValueKind(), block, constTree.getCost(block).getUsages());
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/arrays/
H A DArrayCreation.java75 public VariableDeclaration getVariable() { method in class:ArrayCreation
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelIdentifier.java130 public String getVariable() { method in class:ModelIdentifier
H A DSoftPerformer.java376 String v = src.getIdentifier().getVariable();
393 String v = src.getIdentifier().getVariable();
414 String v = src.getIdentifier().getVariable();
437 String v = src.getIdentifier().getVariable();
454 String v = src.getIdentifier().getVariable();
501 if (sources[i].getIdentifier().getVariable()
557 if (srcid.getVariable().equals("1")) {
565 if (srcid.getVariable().equals("channel_pressure"))
567 if (srcid.getVariable().equals("poly_pressure"))
714 if (id.getVariable()
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableRefBase.java57 public VariableBase getVariable() { method in class:VariableRefBase

Completed in 119 milliseconds

123