Searched defs:getValue (Results 276 - 300 of 436) sorted by relevance

<<1112131415161718

/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement/
H A DTestMissingElement.java50 checkInterfaces((TypeElement) c, getValue(am));
52 checkSupertype((TypeElement) c, getValue(am));
65 private String getValue(AnnotationMirror am) { method in class:TestMissingElement
69 return (String) v.getValue();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DDoubleDV.java256 public double getValue() { method in class:DoubleDV.XDouble
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java104 public String getValue(int i) { method in class:AttributesProxy
105 return fAttributes.getValue(i);
108 public String getValue(String name) { method in class:AttributesProxy
109 return fAttributes.getValue(name);
112 public String getValue(String uri, String localName) { method in class:AttributesProxy
114 fAttributes.getValue(null, localName) :
115 fAttributes.getValue(uri, localName);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DAttributeImpl.java115 public String getValue() { method in class:AttributeImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DObjectTreeNodeAdapter.java84 public String getValue() { method in class:ObjectTreeNodeAdapter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DLongHashMap.java67 Object getValue() { return value; } method in class:LongHashMap.Entry
102 * (e1.getValue()==null ?
103 * e2.getValue()==null : e1.getValue().equals(e2.getValue()))
116 return (key == e.getKey()) && eq(value, e.getValue());
123 * (e.getValue()==null ? 0 : e.getValue().hashCode())
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicEnumType.java45 long getValue() { return value; } method in class:BasicEnumType.Enum
80 public long getEnumValue(int i) { return ((Enum) enums.get(i)).getValue(); }
89 if (e.getValue() == val) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFieldImpl.java64 ValueImpl getValue() { method in class:FieldImpl
65 return getValue(saField.getFieldHolder().getJavaMirror());
69 ValueImpl getValue(Oop target) { method in class:FieldImpl
75 valueImpl = (ArrayReferenceImpl) vm.arrayMirror((Array)of.getValue(target));
78 valueImpl = (ObjectReferenceImpl) vm.objectMirror(of.getValue(target));
81 valueImpl = (ByteValueImpl) vm.mirrorOf(bf.getValue(target));
84 valueImpl = (CharValueImpl) vm.mirrorOf(cf.getValue(target));
87 valueImpl = (DoubleValueImpl) vm.mirrorOf(df.getValue(target));
90 valueImpl = (FloatValueImpl) vm.mirrorOf(ff.getValue(target));
93 valueImpl = (IntegerValueImpl) vm.mirrorOf(iif.getValue(targe
[all...]
H A DStackFrameImpl.java183 public Value getValue(LocalVariable variable) { method in class:StackFrameImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java225 public String getValue() { method in class:CTypeTreeNodeAdapter
H A DOopTreeNodeAdapter.java101 public String getValue() { method in class:OopTreeNodeAdapter
161 child = new OopTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
173 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFF, field.getID(), getTreeTableMode());
180 child = new CharTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
187 child = new BooleanTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
194 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFFFF, field.getID(), getTreeTableMode());
201 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFFFFFFFF, field.getID(), getTreeTableMode());
208 child = new LongTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
215 child = new FloatTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
222 child = new DoubleTreeNodeAdapter(field.getValue(getOb
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractAction.java113 (String)a.getValue(Action.SHORT_DESCRIPTION) : null);
117 return (a != null && a.getValue(Action.SELECTED_KEY) != null);
121 return Boolean.TRUE.equals(a.getValue(Action.SELECTED_KEY));
161 * @see Action#getValue
163 public Object getValue(String key) { method in class:AbstractAction
H A DDefaultBoundedRangeModel.java111 * @see BoundedRangeModel#getValue
113 public int getValue() { method in class:DefaultBoundedRangeModel
376 "value=" + getValue() + ", " +
/openjdk7/jdk/src/share/classes/java/beans/
H A DEncoder.java103 Object getValue(Expression exp) { method in class:Encoder
105 return (exp == null) ? null : exp.getValue();
231 return getValue(exp);
252 return getValue(exp);
325 Object oldValue = getValue(oldExp);
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractMap.java113 if (e.getValue()==null)
119 if (value.equals(e.getValue()))
176 return e.getValue();
182 return e.getValue();
211 * obtained with its <tt>getValue</tt> operation, the entry is removed
246 oldValue = correctEntry.getValue();
273 put(e.getKey(), e.getValue());
385 return i.next().getValue();
455 V value = e.getValue();
520 V value = e.getValue();
614 public V getValue() { method in class:AbstractMap.SimpleEntry
744 public V getValue() { method in class:AbstractMap.SimpleImmutableEntry
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DObjectReference.java93 Value getValue(Field sig); method in interface:ObjectReference
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaLazyReadObject.java70 protected final byte[] getValue() { method in class:JavaLazyReadObject
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayReferenceImpl.java72 public Value getValue(int index) { method in class:ArrayReferenceImpl
H A DStackFrameImpl.java198 public Value getValue(LocalVariable variable) { method in class:StackFrameImpl
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java183 public double getValue() { method in class:Difference.Pair
195 result += evaluate(p.getValue(), p2) * faktor;
250 double cur = p.getValue();
293 if (!p.getValue().equals(s)) {
295 n.getProperties().setProperty(OLD_PREFIX + p.getName(), p.getValue());
301 if (s == null && p.getValue().length() > 0) {
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIDefault.java39 public T getValue() { method in class:UIDefault
57 getName(), getValue().write());
69 getName(), getValue().write());
94 prefix, getName(), getValue().toUpperCase()); ///autobox
97 prefix, getName(), getValue());
100 prefix, getName(), getValue());
103 prefix, getName(), getValue());
106 prefix, getName(), getValue());
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLSelectElement.java71 public String getValue(); method in interface:HTMLSelectElement
H A DHTMLTextAreaElement.java124 public String getValue(); method in interface:HTMLTextAreaElement
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java198 * @see org.xml.sax.Attributes#getValue(int)
200 public String getValue (int index) method in class:AttributesImpl
304 * @see org.xml.sax.Attributes#getValue(java.lang.String,java.lang.String)
306 public String getValue (String uri, String localName) method in class:AttributesImpl
324 * @see org.xml.sax.Attributes#getValue(java.lang.String)
326 public String getValue (String qName) method in class:AttributesImpl
380 data[i*5+4] = atts.getValue(i);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJMods.java58 public int getValue() { method in class:JMods

Completed in 326 milliseconds

<<1112131415161718