org.aspectbench.tm.runtime.internal
Class ShadowSwitch

java.lang.Object
  extended by org.aspectbench.tm.runtime.internal.ShadowSwitch

public class ShadowSwitch
extends java.lang.Object

ShadowSwitch - stub for shadow switching. Is extended by DynamicInstrumenter.

Author:
Eric Bodden, Patrick Lam

Field Summary
static int[] counts
           
static boolean[] enabled
           
static boolean[][] groupTable
           
 
Constructor Summary
ShadowSwitch()
           
 
Method Summary
static void disableAllGroups()
           
static void enableShadowGroup(int groupNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupTable

public static boolean[][] groupTable

enabled

public static boolean[] enabled

counts

public static int[] counts
Constructor Detail

ShadowSwitch

public ShadowSwitch()
Method Detail

enableShadowGroup

public static void enableShadowGroup(int groupNumber)

disableAllGroups

public static void disableAllGroups()