Searched defs:getTo (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBlockEdge.java46 public InputBlock getTo() { method in class:InputBlockEdge
H A DInputEdge.java70 public int getTo() { method in class:InputEdge
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterEdge.java48 public Port getTo() { method in class:ClusterEdge
H A DClusterIngoingConnection.java49 inputSlot = c.getTo();
61 public Port getTo() { method in class:ClusterIngoingConnection
H A DClusterOutgoingConnection.java53 public Port getTo() { method in class:ClusterOutgoingConnection
H A DInterClusterConnection.java56 public Port getTo() { method in class:InterClusterConnection
74 return "InterClusterConnection[from=" + getFrom() + ", to=" + getTo() + "]";
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLink.java37 public Port getTo(); method in interface:Link
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockConnectionWidget.java52 this.to = (BlockWidget) scene.findWidget(edge.getTo());
62 public Port getTo() { method in class:BlockConnectionWidget
H A DHierarchicalGraphLayout.java68 public Port getTo() { method in class:HierarchicalGraphLayout.LinkWrapper
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaPropertyBag.java71 public String getTo() throws XMLStreamException { method in class:WsaPropertyBag
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java105 return "Connection(" + getFrom().getVertex() + " to " + getTo().getVertex() + ")";
112 public Port getTo() { method in class:Connection
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DLineWidget.java129 public Point getTo() { method in class:LineWidget
176 if (w.getFrom().equals(getTo())) {
181 if (predecessor == null || predecessor.getTo().equals(getFrom())) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.java499 public String getTo(AddressingVersion av, SOAPVersion sv) { method in class:HeaderList

Completed in 39 milliseconds