gnu.gcj.jvmti

Class Location


public class Location
extends Object

This class represents a breakpoint location (pair). BreakpointManager uses this class as a key in the Map of installed breakpoints.

Constructor Summary

Location(long method, long location)
Constructor

Method Summary

boolean
equals(Object obj)
int
hashCode()
String
toString()
Converts the Location to a String

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

Location

public Location(long method,
                long location)
Constructor
Parameters:
method - the method defined by this location (a jmethodID)
location - the integer index of the insn in the method (a jlocation)

Method Details

equals

public boolean equals(Object obj)
Overrides:
equals in interface Object

hashCode

public int hashCode()
Overrides:
hashCode in interface Object

toString

public String toString()
Converts the Location to a String
Overrides:
toString in interface Object

Copyright (C) 2006 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.