| java.lang.Object ch.ethz.inf.iks.jvmai.jvmdi.JoinPointContext
JoinPointContext | public class JoinPointContext (Code) | | Class JoinPointContext encapsulates local variable info. Because various
types of join-points (Field Access, Field Modififcattion, Method Entry, Exit)
have to have access to local variables, this functionality has been
delegated to JoinPointContext (as opposed to being
inherited from some root object.
version: $Revision: 1.1.1.1 $ author: Andrei Popovici |
depth | protected int depth(Code) | | |
height | protected int height(Code) | | |
JoinPointContext | protected JoinPointContext()(Code) | | |
getParameterNames | protected String[] getParameterNames()(Code) | | |
invalidate | protected void invalidate()(Code) | | |
isValid | protected boolean isValid()(Code) | | |
|
|