Skip navigation links 
 
oracle.jbo.script.debug.server
Class InstrumentationSupport
java.lang.Object
  
oracle.jbo.script.debug.server.InstrumentationSupport
- 
public class InstrumentationSupport
 
- extends java.lang.Object
 
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
InstrumentationSupport
public InstrumentationSupport()
startExpression
public static <T> T startExpression(int linenum)
endExpression
public static <T> T endExpression(java.lang.Object start,
                                  T value)
methodEntry
public static void methodEntry(groovy.lang.Binding binding,
                               java.lang.String className,
                               java.lang.String methodName)
methodExit
public static void methodExit()
throwException
public static void throwException(java.lang.Exception e)
assignment
public static <T> T assignment(java.lang.String var,
                               T assignvalue,
                               T rvalue)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.