org.prorefactor.core.unittest
Class RoutineHandler

java.lang.Object
  extended by org.prorefactor.core.unittest.RoutineHandler

public class RoutineHandler
extends java.lang.Object

Test utility class. Use to get Routine objects by name from a previously built symbol table - the root scope in a TP01Support action class.


Constructor Summary
RoutineHandler(java.lang.String name, TP01Support symbolAction)
           
 
Method Summary
 java.lang.String getName()
           
 SymbolScope getRoutineScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutineHandler

public RoutineHandler(java.lang.String name,
                      TP01Support symbolAction)
Method Detail

getName

public java.lang.String getName()

getRoutineScope

public SymbolScope getRoutineScope()


Copyright © 2008 Joanju Software. All Rights Reserved.