Searched defs:getTarget (Results 1 - 25 of 62) sorted by relevance

123

/openjdk7/jaxp/src/javax/xml/stream/events/
H A DProcessingInstruction.java44 public String getTarget(); method in interface:ProcessingInstruction
/openjdk7/jaxp/src/org/w3c/dom/
H A DProcessingInstruction.java62 public String getTarget(); method in interface:ProcessingInstruction
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DTie.java84 java.rmi.Remote getTarget(); method in interface:Tie
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DSignatureProperty.java74 String getTarget(); method in interface:SignatureProperty
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DVolatileCallSite.java70 * The interactions of {@code getTarget} with memory are the same
80 @Override public final MethodHandle getTarget() { method in class:VolatileCallSite
90 * the next time it calls {@code getTarget}.
95 * @see #getTarget
H A DConstantCallSite.java68 * a call to {@code getTarget}, or any other attempt to use the target,
94 @Override public final MethodHandle getTarget() { method in class:ConstantCallSite
118 return getTarget();
H A DMutableCallSite.java117 * The interactions of {@code getTarget} with memory are the same
128 @Override public final MethodHandle getTarget() { method in class:MutableCallSite
150 * @see #getTarget
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeAttributePropertyInfo.java37 RuntimeNonElement getTarget(); method in interface:RuntimeAttributePropertyInfo
H A DRuntimeValuePropertyInfo.java36 RuntimeNonElement getTarget(); method in interface:RuntimeValuePropertyInfo
H A DRuntimeNonElementRef.java46 RuntimeNonElement getTarget(); method in interface:RuntimeNonElementRef
H A DRuntimeTypeRef.java36 RuntimeNonElement getTarget(); method in interface:RuntimeTypeRef
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java108 public InstructionHandle getTarget(){ method in class:ReturnaddressType
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLFrameHyperlinkEvent.java129 public String getTarget() { method in class:HTMLFrameHyperlinkEvent
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCMenuComponent.java42 MenuComponent getTarget() { method in class:CMenuComponent
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLBaseElement.java59 public String getTarget(); method in interface:HTMLBaseElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAttributePropertyInfo.java46 NonElement<T,C> getTarget(); method in interface:AttributePropertyInfo
H A DNonElementRef.java43 NonElement<T,C> getTarget(); method in interface:NonElementRef
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeAttributePropertyInfoImpl.java50 public RuntimeNonElement getTarget() { method in class:RuntimeAttributePropertyInfoImpl
51 return (RuntimeNonElement) super.getTarget();
H A DRuntimeValuePropertyInfoImpl.java54 public RuntimeNonElement getTarget() { method in class:RuntimeValuePropertyInfoImpl
55 return (RuntimeNonElement)super.getTarget();
H A DRuntimeTypeRefImpl.java46 public RuntimeNonElement getTarget() { method in class:RuntimeTypeRefImpl
47 return (RuntimeNonElement)super.getTarget();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDRefPattern.java65 public DDefine getTarget() { method in class:DRefPattern
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDependency.java88 Location getTarget(); method in interface:Dependency
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11ComponentPeer.java41 Object getTarget(); method in interface:X11ComponentPeer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DProcessingInstructionImpl.java100 * Note that getNodeName is aliased to getTarget.
102 public String getTarget() { method in class:ProcessingInstructionImpl
108 } // getTarget():String
115 * immediately after the target -- @see getTarget().
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DProcessingInstructionEvent.java68 public String getTarget() { method in class:ProcessingInstructionEvent

Completed in 60 milliseconds

123