gnu.gcj.jvmti
Class Location
This class represents a breakpoint location (pair).
BreakpointManager uses this class as a key in the Map of installed
breakpoints.
Location(long method, long location) - Constructor
|
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
Location
public Location(long method,
long location)
Constructor
method
- the method defined by this location (a jmethodID)location
- the integer index of the insn in the method (a jlocation)
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.