Concrete implementation of a CodeJoinPoint for the Jikes RVM. The structure
is similar to the JVMDI implementation.
However, some methods aren't implemented yet since they are not used in the
JUnit tests of PROSE. These methods will throw a RuntimeException.
version: $Revision$ author: Johann Gyger author: Angela Nicoara
Initialize this join point.
Parameters: id - method identifier to which this join point belongs Parameters: tag - AOP tag associated with this join point Parameters: this0 - Object on which this join point is executed (null for staticmethods) Parameters: args - actual parameters of `m'