org.apache.commons.javaflow.bytecode.transformation.rewrite
Class BlackRed

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.rewrite.BlackRed
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public final class BlackRed
extends java.lang.Object
implements java.lang.Runnable, java.io.Serializable

Test for making sure that rstack works correctly. For this test we need to have a stack frame that goes through multiple objects of different types.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
BlackRed()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackRed

public BlackRed()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.