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

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.rewrite.NullVariableMethodFlow
All Implemented Interfaces:
java.lang.Runnable

public class NullVariableMethodFlow
extends java.lang.Object
implements java.lang.Runnable

A regression test case for handling null in the local variables.

Author:
Kohsuke Kawaguchi

Constructor Summary
NullVariableMethodFlow()
           
 
Method Summary
static java.lang.String getLocalAddress(java.util.Properties session)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullVariableMethodFlow

public NullVariableMethodFlow()
Method Detail

run

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

getLocalAddress

public static java.lang.String getLocalAddress(java.util.Properties session)


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